Index: LayoutTests/fast/dom/window-event-handlers.html |
diff --git a/LayoutTests/fast/dom/window-event-handlers.html b/LayoutTests/fast/dom/window-event-handlers.html |
index 8ab51cc49e5d3a7322017acc93e930c26be63bd6..f64fe17b6257fcbcd5b6dc74f3c776a97cb61495 100644 |
--- a/LayoutTests/fast/dom/window-event-handlers.html |
+++ b/LayoutTests/fast/dom/window-event-handlers.html |
@@ -4,7 +4,7 @@ |
<script src="../../resources/testharnessreport.js"></script> |
<script src="script-tests/event-handlers.js"></script> |
<script> |
-// attribute list from WHATWG HTML Living Standard r8239 |
+// attribute list from WHATWG HTML Living Standard r8389 |
[ |
"onafterprint", |
"onbeforeprint", |
@@ -16,7 +16,6 @@ |
"onpagehide", |
"onpageshow", |
"onpopstate", |
- "onresize", |
"onstorage", |
"onunload" |
].forEach(function(attribute) { |