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

Unified Diff: LayoutTests/fast/dom/window-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/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) {
« no previous file with comments | « LayoutTests/fast/dom/global-event-handlers-expected.txt ('k') | LayoutTests/fast/dom/window-event-handlers-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698