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

Unified Diff: LayoutTests/fast/dom/HTMLScriptElement/async-onbeforeload.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/fast/dom/HTMLScriptElement/async-onbeforeload.html
diff --git a/LayoutTests/fast/dom/HTMLScriptElement/async-onbeforeload.html b/LayoutTests/fast/dom/HTMLScriptElement/async-onbeforeload.html
deleted file mode 100644
index ea862139bdbc1627f62d53f96327c4fe6ef0a53a..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/dom/HTMLScriptElement/async-onbeforeload.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
-<html>
-<head>
-<script src="../../../resources/js-test.js"></script>
-</head>
-<body onload="debug('load');finishJSTest();">
-Checks that async scripts fire onbeforeload immediately and that it is cancellable.
-<div id="console"></div>
-<script>var jsTestIsAsync = true;</script>
-<script src="resources/shouldnotexecute.js" onbeforeload="debug('cancelled onbeforeload async'); return false;" async></script>
-<script src="resources/async.js" onbeforeload="debug('onbeforeload async'); return true;" async></script>
-<script src="data:text/javascript," onbeforeload="debug('onbeforeload external'); return true;"></script>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698