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

Side by Side Diff: LayoutTests/plugins/resources/geturlnotify-on-destroy.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 <body>
2 <embed id="testPlugin" type="application/x-webkit-test-netscape" width="20" heig ht="20" testGetURLOnDestroy>
3 <script>
4 var plugin = document.getElementById('testPlugin');
5 plugin.logDestroy = true;
6
7 window.opener.setTimeout('setTimeout("testRunner.notifyDone()", 50)', 0);
8 window.close();
9 </script>
10 </body>
OLDNEW
« no previous file with comments | « LayoutTests/plugins/resources/get-file-url-subframe.html ('k') | LayoutTests/plugins/resources/js-from-destroy-frame.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698