Index: LayoutTests/fast/dom/global-event-handlers.html |
diff --git a/LayoutTests/fast/dom/global-event-handlers.html b/LayoutTests/fast/dom/global-event-handlers.html |
index 0745533cb6ba467ce2ab196208251f4b1ac87ff4..bad5e8cb5e927fb47cd114a68f4f6377dcd089a2 100644 |
--- a/LayoutTests/fast/dom/global-event-handlers.html |
+++ b/LayoutTests/fast/dom/global-event-handlers.html |
@@ -4,12 +4,10 @@ |
<script src="../../resources/testharnessreport.js"></script> |
<script src="script-tests/event-handlers.js"></script> |
<script> |
-// attribute list from WHATWG HTML Living Standard r8212 |
+// attribute list from WHATWG HTML Living Standard r8389 |
[ |
"onabort", |
"onblur", |
- "onerror", |
- "onfocus", |
"oncancel", |
"oncanplay", |
"oncanplaythrough", |
@@ -30,6 +28,8 @@ |
"ondurationchange", |
"onemptied", |
"onended", |
+ "onerror", |
+ "onfocus", |
"oninput", |
"oninvalid", |
"onkeydown", |
@@ -53,6 +53,7 @@ |
"onprogress", |
"onratechange", |
"onreset", |
+ "onresize", |
"onscroll", |
"onseeked", |
"onseeking", |
@@ -63,6 +64,7 @@ |
"onsubmit", |
"onsuspend", |
"ontimeupdate", |
+ "ontoggle", |
"onvolumechange", |
"onwaiting" |
].forEach(function(attribute) { |