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

Unified Diff: LayoutTests/fast/dom/Window/HTMLFrameSetElement-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
Index: LayoutTests/fast/dom/Window/HTMLFrameSetElement-window-eventListener-attributes-expected.txt
diff --git a/LayoutTests/fast/dom/Window/HTMLFrameSetElement-window-eventListener-attributes-expected.txt b/LayoutTests/fast/dom/Window/HTMLFrameSetElement-window-eventListener-attributes-expected.txt
index 2bf810a07e75e617c9c9e53eaafc9ed84d0a7ce9..e28b08bd98948e3f0f7cd1ad3ef36d6e8b9bc2e0 100644
--- a/LayoutTests/fast/dom/Window/HTMLFrameSetElement-window-eventListener-attributes-expected.txt
+++ b/LayoutTests/fast/dom/Window/HTMLFrameSetElement-window-eventListener-attributes-expected.txt
@@ -23,6 +23,8 @@ PASS window.ononline is func
PASS window.ononline is frameSet.ononline
PASS window.onresize is func
PASS window.onresize is frameSet.onresize
+PASS window.onscroll is func
+PASS window.onscroll is frameSet.onscroll
PASS window.onstorage is func
PASS window.onstorage is frameSet.onstorage
PASS window.onunload is func

Powered by Google App Engine
This is Rietveld 408576698