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

Unified Diff: LayoutTests/plugins/get-javascript-url.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
« no previous file with comments | « LayoutTests/plugins/get-file-url-expected.txt ('k') | LayoutTests/plugins/get-javascript-url-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/plugins/get-javascript-url.html
diff --git a/LayoutTests/plugins/get-javascript-url.html b/LayoutTests/plugins/get-javascript-url.html
deleted file mode 100644
index fc7a354d463c66d731e12f2f63a24b39fae6da1d..0000000000000000000000000000000000000000
--- a/LayoutTests/plugins/get-javascript-url.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<body>
-<p>Test that loading a javascript URL works correctly.</p>
-<embed type="application/x-webkit-test-netscape" id="testPlugin" onURLNotify="done()">
-<div id="result">Testing...</div>
-<script>
-if (window.testRunner) {
- testRunner.dumpAsText();
- testRunner.waitUntilDone();
-}
-
-function done()
-{
- document.getElementById("result").innerHTML = "PASS, no assertion failure.";
- if (window.testRunner)
- testRunner.notifyDone();
-}
-
-var testPlugin = document.getElementById('testPlugin');
-testPlugin.getURLNotify("javascript:12345", null, "callback");
-</script>
-</body>
« no previous file with comments | « LayoutTests/plugins/get-file-url-expected.txt ('k') | LayoutTests/plugins/get-javascript-url-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698