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

Unified Diff: LayoutTests/http/tests/security/beforeload-iframe-client-redirect.html

Issue 205523003: Remove beforeload events. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove more tests Created 6 years, 9 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/http/tests/security/beforeload-iframe-client-redirect.html
diff --git a/LayoutTests/http/tests/security/beforeload-iframe-client-redirect.html b/LayoutTests/http/tests/security/beforeload-iframe-client-redirect.html
deleted file mode 100644
index b14266c8be1dcc5fc5c5faf84df27f18bd594deb..0000000000000000000000000000000000000000
--- a/LayoutTests/http/tests/security/beforeload-iframe-client-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/client-redir.html?url=http://localhost:8000/security/resources/post-done.html"
- onbeforeload="console.log(event.url)">
-</iframe>

Powered by Google App Engine
This is Rietveld 408576698