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

Unified Diff: LayoutTests/http/tests/misc/link-rel-icon-beforeload.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/misc/link-rel-icon-beforeload.html
diff --git a/LayoutTests/http/tests/misc/link-rel-icon-beforeload.html b/LayoutTests/http/tests/misc/link-rel-icon-beforeload.html
deleted file mode 100644
index bcdf8abe9e9e0bb0c3290318eb496cb832e61629..0000000000000000000000000000000000000000
--- a/LayoutTests/http/tests/misc/link-rel-icon-beforeload.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<html>
-<head>
-<script>
-function runTest()
-{
- if (window.testRunner) {
- testRunner.dumpAsText();
- testRunner.dumpResourceLoadCallbacks();
- testRunner.setIconDatabaseEnabled(true);
- testRunner.queueReload();
- }
-}
-</script>
-</head>
-<body onload="runTest()">
-<link rel="icon" onbeforeload="return false" href="dont-load-this.ico">
-<p>This test should not show a request for the favicon
-dont-load-this.ico, since the beforeload handler on the favicon link
-returns false. Therefore, if the resource request list below shows a
-request for dont-load-this.ico, then this test has failed.
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698