Index: LayoutTests/http/tests/security/beforeload-iframe-server-redirect.html |
diff --git a/LayoutTests/http/tests/security/beforeload-iframe-server-redirect.html b/LayoutTests/http/tests/security/beforeload-iframe-server-redirect.html |
deleted file mode 100644 |
index 91f14902596ce58f5168daa984b1cee33cebf76e..0000000000000000000000000000000000000000 |
--- a/LayoutTests/http/tests/security/beforeload-iframe-server-redirect.html |
+++ /dev/null |
@@ -1,16 +0,0 @@ |
-<script> |
-if (window.testRunner) { |
- testRunner.dumpAsText(); |
- testRunner.waitUntilDone(); |
-} |
- |
-window.addEventListener('message', function(evt) { |
- if (window.testRunner) |
- testRunner.notifyDone(); |
-}, false); |
-</script> |
-This test produces output in the console. Only the initial URL should be logged. |
-<iframe |
- src="http://127.0.0.1:8000/security/resources/redir.php?url=http://localhost:8000/security/resources/post-done.html" |
- onbeforeload="console.log(event.url)"> |
-</iframe> |