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

Unified Diff: LayoutTests/plugins/get-url-with-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
Index: LayoutTests/plugins/get-url-with-javascript-url.html
diff --git a/LayoutTests/plugins/get-url-with-javascript-url.html b/LayoutTests/plugins/get-url-with-javascript-url.html
deleted file mode 100644
index 41813091b927f054ba4572b07588c647cd11d99a..0000000000000000000000000000000000000000
--- a/LayoutTests/plugins/get-url-with-javascript-url.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<script>
-function testSucceeded() {
- document.getElementById('console').innerText = 'SUCCESS';
- if (window.testRunner)
- testRunner.notifyDone();
-}
-
-if (window.testRunner) {
- testRunner.dumpAsText();
- testRunner.waitUntilDone();
-}
-</script>
-<body>
-<embed id="plugin" type="application/x-webkit-test-netscape" test="get-url-with-javascript-url" width=100 height=100></embed>
-<p id="description">Test that evaluating a javascript: URL will send a stream with the result of the evaluation.</p>
-<div id="console">FAILURE</div>

Powered by Google App Engine
This is Rietveld 408576698