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

Side by Side Diff: LayoutTests/fast/dom/window-event-handlers-expected.txt

Issue 48603002: Implement WindowEventHandlers (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 1 month 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 | « LayoutTests/fast/dom/window-event-handlers.html ('k') | Source/core/core.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 FAIL Set Window.onafterprint assert_equals: Initially null expected null but got undefined
2 FAIL Enumerate Window.onafterprint assert_true: expected true got undefined 3 FAIL Enumerate Window.onafterprint assert_true: expected true got undefined
4 FAIL Set HTMLBodyElement.onafterprint assert_equals: Initially null expected nul l but got undefined
3 FAIL Enumerate HTMLBodyElement.onafterprint assert_true: expected true got undef ined 5 FAIL Enumerate HTMLBodyElement.onafterprint assert_true: expected true got undef ined
6 FAIL Reflect HTMLBodyElement.onafterprint assert_equals: Convert to function exp ected "function" but got "undefined"
7 FAIL Forward HTMLBodyElement.onafterprint to Window assert_equals: Convert to fu nction expected "function" but got "object"
8 FAIL Set HTMLFrameSetElement.onafterprint assert_equals: Initially null expected null but got undefined
4 FAIL Enumerate HTMLFrameSetElement.onafterprint assert_true: expected true got u ndefined 9 FAIL Enumerate HTMLFrameSetElement.onafterprint assert_true: expected true got u ndefined
10 FAIL Reflect HTMLFrameSetElement.onafterprint assert_equals: Convert to function expected "function" but got "undefined"
11 FAIL Forward HTMLFrameSetElement.onafterprint to Window assert_equals: Convert t o function expected "function" but got "object"
12 FAIL Set Window.onbeforeprint assert_equals: Initially null expected null but go t undefined
5 FAIL Enumerate Window.onbeforeprint assert_true: expected true got undefined 13 FAIL Enumerate Window.onbeforeprint assert_true: expected true got undefined
14 FAIL Set HTMLBodyElement.onbeforeprint assert_equals: Initially null expected nu ll but got undefined
6 FAIL Enumerate HTMLBodyElement.onbeforeprint assert_true: expected true got unde fined 15 FAIL Enumerate HTMLBodyElement.onbeforeprint assert_true: expected true got unde fined
16 FAIL Reflect HTMLBodyElement.onbeforeprint assert_equals: Convert to function ex pected "function" but got "undefined"
17 FAIL Forward HTMLBodyElement.onbeforeprint to Window assert_equals: Convert to f unction expected "function" but got "object"
18 FAIL Set HTMLFrameSetElement.onbeforeprint assert_equals: Initially null expecte d null but got undefined
7 FAIL Enumerate HTMLFrameSetElement.onbeforeprint assert_true: expected true got undefined 19 FAIL Enumerate HTMLFrameSetElement.onbeforeprint assert_true: expected true got undefined
20 FAIL Reflect HTMLFrameSetElement.onbeforeprint assert_equals: Convert to functio n expected "function" but got "undefined"
21 FAIL Forward HTMLFrameSetElement.onbeforeprint to Window assert_equals: Convert to function expected "function" but got "object"
22 PASS Set Window.onbeforeunload
8 PASS Enumerate Window.onbeforeunload 23 PASS Enumerate Window.onbeforeunload
24 PASS Set HTMLBodyElement.onbeforeunload
9 PASS Enumerate HTMLBodyElement.onbeforeunload 25 PASS Enumerate HTMLBodyElement.onbeforeunload
26 PASS Reflect HTMLBodyElement.onbeforeunload
27 PASS Forward HTMLBodyElement.onbeforeunload to Window
28 PASS Set HTMLFrameSetElement.onbeforeunload
10 PASS Enumerate HTMLFrameSetElement.onbeforeunload 29 PASS Enumerate HTMLFrameSetElement.onbeforeunload
30 PASS Reflect HTMLFrameSetElement.onbeforeunload
31 PASS Forward HTMLFrameSetElement.onbeforeunload to Window
32 PASS Set Window.onhashchange
11 PASS Enumerate Window.onhashchange 33 PASS Enumerate Window.onhashchange
34 PASS Set HTMLBodyElement.onhashchange
12 PASS Enumerate HTMLBodyElement.onhashchange 35 PASS Enumerate HTMLBodyElement.onhashchange
36 PASS Reflect HTMLBodyElement.onhashchange
37 PASS Forward HTMLBodyElement.onhashchange to Window
38 PASS Set HTMLFrameSetElement.onhashchange
13 PASS Enumerate HTMLFrameSetElement.onhashchange 39 PASS Enumerate HTMLFrameSetElement.onhashchange
40 PASS Reflect HTMLFrameSetElement.onhashchange
41 PASS Forward HTMLFrameSetElement.onhashchange to Window
42 PASS Set Window.onmessage
14 PASS Enumerate Window.onmessage 43 PASS Enumerate Window.onmessage
44 PASS Set HTMLBodyElement.onmessage
15 PASS Enumerate HTMLBodyElement.onmessage 45 PASS Enumerate HTMLBodyElement.onmessage
46 PASS Reflect HTMLBodyElement.onmessage
47 PASS Forward HTMLBodyElement.onmessage to Window
48 PASS Set HTMLFrameSetElement.onmessage
16 PASS Enumerate HTMLFrameSetElement.onmessage 49 PASS Enumerate HTMLFrameSetElement.onmessage
50 PASS Reflect HTMLFrameSetElement.onmessage
51 PASS Forward HTMLFrameSetElement.onmessage to Window
52 PASS Set Window.onoffline
17 PASS Enumerate Window.onoffline 53 PASS Enumerate Window.onoffline
54 PASS Set HTMLBodyElement.onoffline
18 PASS Enumerate HTMLBodyElement.onoffline 55 PASS Enumerate HTMLBodyElement.onoffline
56 PASS Reflect HTMLBodyElement.onoffline
57 PASS Forward HTMLBodyElement.onoffline to Window
58 PASS Set HTMLFrameSetElement.onoffline
19 PASS Enumerate HTMLFrameSetElement.onoffline 59 PASS Enumerate HTMLFrameSetElement.onoffline
60 PASS Reflect HTMLFrameSetElement.onoffline
61 PASS Forward HTMLFrameSetElement.onoffline to Window
62 PASS Set Window.ononline
20 PASS Enumerate Window.ononline 63 PASS Enumerate Window.ononline
64 PASS Set HTMLBodyElement.ononline
21 PASS Enumerate HTMLBodyElement.ononline 65 PASS Enumerate HTMLBodyElement.ononline
66 PASS Reflect HTMLBodyElement.ononline
67 PASS Forward HTMLBodyElement.ononline to Window
68 PASS Set HTMLFrameSetElement.ononline
22 PASS Enumerate HTMLFrameSetElement.ononline 69 PASS Enumerate HTMLFrameSetElement.ononline
70 PASS Reflect HTMLFrameSetElement.ononline
71 PASS Forward HTMLFrameSetElement.ononline to Window
72 PASS Set Window.onpagehide
23 PASS Enumerate Window.onpagehide 73 PASS Enumerate Window.onpagehide
24 FAIL Enumerate HTMLBodyElement.onpagehide assert_true: expected true got undefin ed 74 PASS Set HTMLBodyElement.onpagehide
25 FAIL Enumerate HTMLFrameSetElement.onpagehide assert_true: expected true got und efined 75 PASS Enumerate HTMLBodyElement.onpagehide
76 PASS Reflect HTMLBodyElement.onpagehide
77 PASS Forward HTMLBodyElement.onpagehide to Window
78 PASS Set HTMLFrameSetElement.onpagehide
79 PASS Enumerate HTMLFrameSetElement.onpagehide
80 PASS Reflect HTMLFrameSetElement.onpagehide
81 PASS Forward HTMLFrameSetElement.onpagehide to Window
82 PASS Set Window.onpageshow
26 PASS Enumerate Window.onpageshow 83 PASS Enumerate Window.onpageshow
27 FAIL Enumerate HTMLBodyElement.onpageshow assert_true: expected true got undefin ed 84 PASS Set HTMLBodyElement.onpageshow
28 FAIL Enumerate HTMLFrameSetElement.onpageshow assert_true: expected true got und efined 85 PASS Enumerate HTMLBodyElement.onpageshow
86 PASS Reflect HTMLBodyElement.onpageshow
87 PASS Forward HTMLBodyElement.onpageshow to Window
88 PASS Set HTMLFrameSetElement.onpageshow
89 PASS Enumerate HTMLFrameSetElement.onpageshow
90 PASS Reflect HTMLFrameSetElement.onpageshow
91 PASS Forward HTMLFrameSetElement.onpageshow to Window
92 PASS Set Window.onpopstate
29 PASS Enumerate Window.onpopstate 93 PASS Enumerate Window.onpopstate
94 PASS Set HTMLBodyElement.onpopstate
30 PASS Enumerate HTMLBodyElement.onpopstate 95 PASS Enumerate HTMLBodyElement.onpopstate
96 PASS Reflect HTMLBodyElement.onpopstate
97 PASS Forward HTMLBodyElement.onpopstate to Window
98 PASS Set HTMLFrameSetElement.onpopstate
31 PASS Enumerate HTMLFrameSetElement.onpopstate 99 PASS Enumerate HTMLFrameSetElement.onpopstate
100 PASS Reflect HTMLFrameSetElement.onpopstate
101 PASS Forward HTMLFrameSetElement.onpopstate to Window
102 PASS Set Window.onresize
32 PASS Enumerate Window.onresize 103 PASS Enumerate Window.onresize
104 PASS Set HTMLBodyElement.onresize
33 PASS Enumerate HTMLBodyElement.onresize 105 PASS Enumerate HTMLBodyElement.onresize
106 PASS Reflect HTMLBodyElement.onresize
107 PASS Forward HTMLBodyElement.onresize to Window
108 PASS Set HTMLFrameSetElement.onresize
34 PASS Enumerate HTMLFrameSetElement.onresize 109 PASS Enumerate HTMLFrameSetElement.onresize
110 PASS Reflect HTMLFrameSetElement.onresize
111 PASS Forward HTMLFrameSetElement.onresize to Window
112 PASS Set Window.onstorage
35 PASS Enumerate Window.onstorage 113 PASS Enumerate Window.onstorage
114 PASS Set HTMLBodyElement.onstorage
36 PASS Enumerate HTMLBodyElement.onstorage 115 PASS Enumerate HTMLBodyElement.onstorage
116 PASS Reflect HTMLBodyElement.onstorage
117 PASS Forward HTMLBodyElement.onstorage to Window
118 PASS Set HTMLFrameSetElement.onstorage
37 PASS Enumerate HTMLFrameSetElement.onstorage 119 PASS Enumerate HTMLFrameSetElement.onstorage
120 PASS Reflect HTMLFrameSetElement.onstorage
121 PASS Forward HTMLFrameSetElement.onstorage to Window
122 PASS Set Window.onunload
38 PASS Enumerate Window.onunload 123 PASS Enumerate Window.onunload
124 PASS Set HTMLBodyElement.onunload
39 PASS Enumerate HTMLBodyElement.onunload 125 PASS Enumerate HTMLBodyElement.onunload
126 PASS Reflect HTMLBodyElement.onunload
127 PASS Forward HTMLBodyElement.onunload to Window
128 PASS Set HTMLFrameSetElement.onunload
40 PASS Enumerate HTMLFrameSetElement.onunload 129 PASS Enumerate HTMLFrameSetElement.onunload
130 PASS Reflect HTMLFrameSetElement.onunload
131 PASS Forward HTMLFrameSetElement.onunload to Window
41 132
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/window-event-handlers.html ('k') | Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698