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> |