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.'); |