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

Side by Side Diff: LayoutTests/plugins/netscape-plugin-setwindow-size-2.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 <html>
2 <head>
3 <script>
4 if (window.testRunner) {
5 testRunner.dumpAsText();
6 testRunner.waitUntilDone();
7 testRunner.setWindowIsKey(false);
8 }
9
10 </script>
11 <body>
12 <embed style="visibility:hidden" id="testPlugin" type="application/x-webkit-test -netscape" logfirstsetwindow="true" width="200" height="200"></embed>
13 <div>
14 This tests that a hidden plugin gets a correct NPP_SetWindow the first time.
15 </div>
16 </body>
17 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698