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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/plugins/resources/geturlnotify-on-destroy.html
diff --git a/LayoutTests/plugins/resources/geturlnotify-on-destroy.html b/LayoutTests/plugins/resources/geturlnotify-on-destroy.html
deleted file mode 100644
index 10ec4445299e542a2b7e1f3934e4e2e290d6af83..0000000000000000000000000000000000000000
--- a/LayoutTests/plugins/resources/geturlnotify-on-destroy.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<body>
-<embed id="testPlugin" type="application/x-webkit-test-netscape" width="20" height="20" testGetURLOnDestroy>
-<script>
- var plugin = document.getElementById('testPlugin');
- plugin.logDestroy = true;
-
- window.opener.setTimeout('setTimeout("testRunner.notifyDone()", 50)', 0);
- window.close();
-</script>
-</body>
« 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