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

Unified Diff: LayoutTests/fast/dom/Window/HTMLBodyElement-window-eventListener-attributes-expected.txt

Issue 27511002: Forward onscroll on body and frameset to window (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@sharedidl
Patch Set: Created 7 years, 2 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/Window/HTMLFrameSetElement-window-eventListener-attributes-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/Window/HTMLBodyElement-window-eventListener-attributes-expected.txt
diff --git a/LayoutTests/fast/dom/Window/HTMLBodyElement-window-eventListener-attributes-expected.txt b/LayoutTests/fast/dom/Window/HTMLBodyElement-window-eventListener-attributes-expected.txt
index 791b216577d2434241d233c0acddadc815714f69..881f051641bfb4138a845bec56a28c6747407b27 100644
--- a/LayoutTests/fast/dom/Window/HTMLBodyElement-window-eventListener-attributes-expected.txt
+++ b/LayoutTests/fast/dom/Window/HTMLBodyElement-window-eventListener-attributes-expected.txt
@@ -23,6 +23,8 @@ PASS window.ononline is func
PASS window.ononline is document.body.ononline
PASS window.onresize is func
PASS window.onresize is document.body.onresize
+PASS window.onscroll is func
+PASS window.onscroll is document.body.onscroll
PASS window.onstorage is func
PASS window.onstorage is document.body.onstorage
PASS window.onunload is func
« no previous file with comments | « no previous file | LayoutTests/fast/dom/Window/HTMLFrameSetElement-window-eventListener-attributes-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698