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

Unified Diff: LayoutTests/fast/dom/global-event-handlers.html

Issue 136593002: Move onresize from just Window to Window and elements (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: force rebuild with whitespace Created 6 years, 11 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/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) {

Powered by Google App Engine
This is Rietveld 408576698