Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(270)

Side by Side Diff: LayoutTests/plugins/snapshot-appearance.html

Issue 1319473007: Delete a bunch of NPAPI layout tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <!-- Since we're not a snapshotted plugin, this test should do nothing (and not crash) -->
2 <style>
3 div {
4 width: 50px;
5 height: 50px;
6 background-color: blue;
7 }
8
9 #snapshot {
10 -webkit-appearance: snapshotted-plugin-overlay;
11 }
12 </style>
13 <div id="normal"></div>
14 <div id="snapshot"></div>
OLDNEW
« no previous file with comments | « LayoutTests/plugins/script-object-invoke-expected.txt ('k') | LayoutTests/plugins/snapshot-appearance-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698