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

Unified Diff: LayoutTests/fast/events/event-attribute.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/events/event-attribute.html
diff --git a/LayoutTests/fast/events/event-attribute.html b/LayoutTests/fast/events/event-attribute.html
index ebd802b9f24f217bef6481d992a51dda911b1c73..7b4adea590af88a83c445b3de23678742f97b079 100644
--- a/LayoutTests/fast/events/event-attribute.html
+++ b/LayoutTests/fast/events/event-attribute.html
@@ -6,8 +6,7 @@
<body>
<p id="description"></p>
<div id="console"></div>
-<input onbeforeload="1" onabort="1">
-<script src="resources/shouldnotexecute.js" onbeforeload="debug('cancelled onbeforeload async'); return false;" async></script>
+<input onabort="1">
<script>
description('Test that setting event handlers with attribute works.');

Powered by Google App Engine
This is Rietveld 408576698