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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 This tests that setting window event listeners on the body, sets them on the win dow. 1 This tests that setting window event listeners on the body, sets them on the win dow.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS window.onblur is func 6 PASS window.onblur is func
7 PASS window.onblur is document.body.onblur 7 PASS window.onblur is document.body.onblur
8 PASS window.onfocus is func 8 PASS window.onfocus is func
9 PASS window.onfocus is document.body.onfocus 9 PASS window.onfocus is document.body.onfocus
10 PASS window.onerror is func 10 PASS window.onerror is func
11 PASS window.onerror is document.body.onerror 11 PASS window.onerror is document.body.onerror
12 PASS window.onload is func 12 PASS window.onload is func
13 PASS window.onload is document.body.onload 13 PASS window.onload is document.body.onload
14 PASS window.onbeforeunload is func 14 PASS window.onbeforeunload is func
15 PASS window.onbeforeunload is document.body.onbeforeunload 15 PASS window.onbeforeunload is document.body.onbeforeunload
16 PASS window.onhashchange is func 16 PASS window.onhashchange is func
17 PASS window.onhashchange is document.body.onhashchange 17 PASS window.onhashchange is document.body.onhashchange
18 PASS window.onmessage is func 18 PASS window.onmessage is func
19 PASS window.onmessage is document.body.onmessage 19 PASS window.onmessage is document.body.onmessage
20 PASS window.onoffline is func 20 PASS window.onoffline is func
21 PASS window.onoffline is document.body.onoffline 21 PASS window.onoffline is document.body.onoffline
22 PASS window.ononline is func 22 PASS window.ononline is func
23 PASS window.ononline is document.body.ononline 23 PASS window.ononline is document.body.ononline
24 PASS window.onresize is func 24 PASS window.onresize is func
25 PASS window.onresize is document.body.onresize 25 PASS window.onresize is document.body.onresize
26 PASS window.onscroll is func
27 PASS window.onscroll is document.body.onscroll
26 PASS window.onstorage is func 28 PASS window.onstorage is func
27 PASS window.onstorage is document.body.onstorage 29 PASS window.onstorage is document.body.onstorage
28 PASS window.onunload is func 30 PASS window.onunload is func
29 PASS window.onunload is document.body.onunload 31 PASS window.onunload is document.body.onunload
30 PASS successfullyParsed is true 32 PASS successfullyParsed is true
31 33
32 TEST COMPLETE 34 TEST COMPLETE
33 35
OLDNEW
« 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