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

Unified Diff: LayoutTests/fast/dom/body-frameset-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
« no previous file with comments | « no previous file | LayoutTests/fast/dom/body-frameset-event-handlers-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/body-frameset-event-handlers.html
diff --git a/LayoutTests/fast/dom/body-frameset-event-handlers.html b/LayoutTests/fast/dom/body-frameset-event-handlers.html
index e3d161626380a7998772fb9d1487a124bda6053e..5244063f2a2f77f48235d1d75b4d25bd0b2853a8 100644
--- a/LayoutTests/fast/dom/body-frameset-event-handlers.html
+++ b/LayoutTests/fast/dom/body-frameset-event-handlers.html
@@ -4,12 +4,13 @@
<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
[
"onblur",
"onerror",
"onfocus",
"onload",
+ "onresize",
"onscroll"
].forEach(function(attribute) {
testSet("HTMLBodyElement", attribute);
« no previous file with comments | « no previous file | LayoutTests/fast/dom/body-frameset-event-handlers-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698