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

Unified Diff: LayoutTests/fast/dom/beforeload/script-before-load.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/beforeload/script-before-load.html
diff --git a/LayoutTests/fast/dom/beforeload/script-before-load.html b/LayoutTests/fast/dom/beforeload/script-before-load.html
deleted file mode 100644
index 35fd47f835375347634d8a5799222b3e68c91673..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/dom/beforeload/script-before-load.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<html>
-<head>
-<script src="resources/print.js"></script>
-</head>
-
-<body>
-<p>This page tests the beforeload event on script elements. You should see a PASS message below if everything
-works.</p>
-<hr>
-<div id='console'></div>
-<script>
-if (window.testRunner)
- testRunner.dumpAsText();
-</script>
-<script onbeforeload="print('PASS', 'green'); return false" src="resources/fail.js"></script>
-</body>
-</html>
« no previous file with comments | « LayoutTests/fast/dom/beforeload/resources/print.js ('k') | LayoutTests/fast/dom/beforeload/script-before-load-dynamic.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698