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

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

Issue 26599003: Enable the SVG GlobalEventHandlers test (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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 | « LayoutTests/fast/dom/global-event-handlers.html ('k') | no next file » | 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 No Element.onabort assert_false: expected false got true 2 FAIL No Element.onabort assert_false: expected false got true
3 PASS Set HTMLElement.onabort 3 PASS Set HTMLElement.onabort
4 FAIL Enumerate HTMLElement.onabort assert_true: expected true got undefined 4 FAIL Enumerate HTMLElement.onabort assert_true: expected true got undefined
5 PASS Reflect HTMLElement.onabort 5 PASS Reflect HTMLElement.onabort
6 PASS Set SVGElement.onabort
7 FAIL Enumerate SVGElement.onabort assert_true: expected true got undefined
8 FAIL Reflect SVGElement.onabort assert_equals: Convert to function expected "fun ction" but got "object"
6 PASS Set Document.onabort 9 PASS Set Document.onabort
7 FAIL Enumerate Document.onabort assert_true: expected true got undefined 10 FAIL Enumerate Document.onabort assert_true: expected true got undefined
8 PASS Set Window.onabort 11 PASS Set Window.onabort
9 PASS Enumerate Window.onabort 12 PASS Enumerate Window.onabort
10 FAIL No Element.onblur assert_false: expected false got true 13 FAIL No Element.onblur assert_false: expected false got true
11 PASS Set HTMLElement.onblur 14 PASS Set HTMLElement.onblur
12 FAIL Enumerate HTMLElement.onblur assert_true: expected true got undefined 15 FAIL Enumerate HTMLElement.onblur assert_true: expected true got undefined
13 PASS Reflect HTMLElement.onblur 16 PASS Reflect HTMLElement.onblur
17 PASS Set SVGElement.onblur
18 FAIL Enumerate SVGElement.onblur assert_true: expected true got undefined
19 FAIL Reflect SVGElement.onblur assert_equals: Convert to function expected "func tion" but got "object"
14 PASS Set Document.onblur 20 PASS Set Document.onblur
15 FAIL Enumerate Document.onblur assert_true: expected true got undefined 21 FAIL Enumerate Document.onblur assert_true: expected true got undefined
16 PASS Set Window.onblur 22 PASS Set Window.onblur
17 PASS Enumerate Window.onblur 23 PASS Enumerate Window.onblur
18 FAIL No Element.onerror assert_false: expected false got true 24 FAIL No Element.onerror assert_false: expected false got true
19 PASS Set HTMLElement.onerror 25 PASS Set HTMLElement.onerror
20 FAIL Enumerate HTMLElement.onerror assert_true: expected true got undefined 26 FAIL Enumerate HTMLElement.onerror assert_true: expected true got undefined
21 PASS Reflect HTMLElement.onerror 27 PASS Reflect HTMLElement.onerror
28 PASS Set SVGElement.onerror
29 FAIL Enumerate SVGElement.onerror assert_true: expected true got undefined
30 FAIL Reflect SVGElement.onerror assert_equals: Convert to function expected "fun ction" but got "object"
22 PASS Set Document.onerror 31 PASS Set Document.onerror
23 FAIL Enumerate Document.onerror assert_true: expected true got undefined 32 FAIL Enumerate Document.onerror assert_true: expected true got undefined
24 PASS Set Window.onerror 33 PASS Set Window.onerror
25 PASS Enumerate Window.onerror 34 PASS Enumerate Window.onerror
26 FAIL No Element.onfocus assert_false: expected false got true 35 FAIL No Element.onfocus assert_false: expected false got true
27 PASS Set HTMLElement.onfocus 36 PASS Set HTMLElement.onfocus
28 FAIL Enumerate HTMLElement.onfocus assert_true: expected true got undefined 37 FAIL Enumerate HTMLElement.onfocus assert_true: expected true got undefined
29 PASS Reflect HTMLElement.onfocus 38 PASS Reflect HTMLElement.onfocus
39 PASS Set SVGElement.onfocus
40 FAIL Enumerate SVGElement.onfocus assert_true: expected true got undefined
41 FAIL Reflect SVGElement.onfocus assert_equals: Convert to function expected "fun ction" but got "object"
30 PASS Set Document.onfocus 42 PASS Set Document.onfocus
31 FAIL Enumerate Document.onfocus assert_true: expected true got undefined 43 FAIL Enumerate Document.onfocus assert_true: expected true got undefined
32 PASS Set Window.onfocus 44 PASS Set Window.onfocus
33 PASS Enumerate Window.onfocus 45 PASS Enumerate Window.onfocus
34 PASS No Element.oncancel 46 PASS No Element.oncancel
35 FAIL Set HTMLElement.oncancel assert_equals: Initially null expected null but go t undefined 47 FAIL Set HTMLElement.oncancel assert_equals: Initially null expected null but go t undefined
36 FAIL Enumerate HTMLElement.oncancel assert_true: expected true got undefined 48 FAIL Enumerate HTMLElement.oncancel assert_true: expected true got undefined
37 FAIL Reflect HTMLElement.oncancel assert_equals: Convert to function expected "f unction" but got "undefined" 49 FAIL Reflect HTMLElement.oncancel assert_equals: Convert to function expected "f unction" but got "undefined"
50 FAIL Set SVGElement.oncancel assert_equals: Initially null expected null but got undefined
51 FAIL Enumerate SVGElement.oncancel assert_true: expected true got undefined
52 FAIL Reflect SVGElement.oncancel assert_equals: Convert to function expected "fu nction" but got "undefined"
38 FAIL Set Document.oncancel assert_equals: Initially null expected null but got u ndefined 53 FAIL Set Document.oncancel assert_equals: Initially null expected null but got u ndefined
39 FAIL Enumerate Document.oncancel assert_true: expected true got undefined 54 FAIL Enumerate Document.oncancel assert_true: expected true got undefined
40 FAIL Set Window.oncancel assert_equals: Initially null expected null but got und efined 55 FAIL Set Window.oncancel assert_equals: Initially null expected null but got und efined
41 FAIL Enumerate Window.oncancel assert_true: expected true got undefined 56 FAIL Enumerate Window.oncancel assert_true: expected true got undefined
42 PASS No Element.oncanplay 57 PASS No Element.oncanplay
43 FAIL Set HTMLElement.oncanplay assert_equals: Initially null expected null but g ot undefined 58 FAIL Set HTMLElement.oncanplay assert_equals: Initially null expected null but g ot undefined
44 FAIL Enumerate HTMLElement.oncanplay assert_true: expected true got undefined 59 FAIL Enumerate HTMLElement.oncanplay assert_true: expected true got undefined
45 FAIL Reflect HTMLElement.oncanplay assert_equals: Convert to function expected " function" but got "undefined" 60 FAIL Reflect HTMLElement.oncanplay assert_equals: Convert to function expected " function" but got "undefined"
61 FAIL Set SVGElement.oncanplay assert_equals: Initially null expected null but go t undefined
62 FAIL Enumerate SVGElement.oncanplay assert_true: expected true got undefined
63 FAIL Reflect SVGElement.oncanplay assert_equals: Convert to function expected "f unction" but got "undefined"
46 FAIL Set Document.oncanplay assert_equals: Initially null expected null but got undefined 64 FAIL Set Document.oncanplay assert_equals: Initially null expected null but got undefined
47 FAIL Enumerate Document.oncanplay assert_true: expected true got undefined 65 FAIL Enumerate Document.oncanplay assert_true: expected true got undefined
48 FAIL Set Window.oncanplay assert_equals: Return null after setting string expect ed null but got "" 66 FAIL Set Window.oncanplay assert_equals: Return null after setting string expect ed null but got ""
49 PASS Enumerate Window.oncanplay 67 PASS Enumerate Window.oncanplay
50 PASS No Element.oncanplaythrough 68 PASS No Element.oncanplaythrough
51 FAIL Set HTMLElement.oncanplaythrough assert_equals: Initially null expected nul l but got undefined 69 FAIL Set HTMLElement.oncanplaythrough assert_equals: Initially null expected nul l but got undefined
52 FAIL Enumerate HTMLElement.oncanplaythrough assert_true: expected true got undef ined 70 FAIL Enumerate HTMLElement.oncanplaythrough assert_true: expected true got undef ined
53 FAIL Reflect HTMLElement.oncanplaythrough assert_equals: Convert to function exp ected "function" but got "undefined" 71 FAIL Reflect HTMLElement.oncanplaythrough assert_equals: Convert to function exp ected "function" but got "undefined"
72 FAIL Set SVGElement.oncanplaythrough assert_equals: Initially null expected null but got undefined
73 FAIL Enumerate SVGElement.oncanplaythrough assert_true: expected true got undefi ned
74 FAIL Reflect SVGElement.oncanplaythrough assert_equals: Convert to function expe cted "function" but got "undefined"
54 FAIL Set Document.oncanplaythrough assert_equals: Initially null expected null b ut got undefined 75 FAIL Set Document.oncanplaythrough assert_equals: Initially null expected null b ut got undefined
55 FAIL Enumerate Document.oncanplaythrough assert_true: expected true got undefine d 76 FAIL Enumerate Document.oncanplaythrough assert_true: expected true got undefine d
56 FAIL Set Window.oncanplaythrough assert_equals: Return null after setting string expected null but got "" 77 FAIL Set Window.oncanplaythrough assert_equals: Return null after setting string expected null but got ""
57 PASS Enumerate Window.oncanplaythrough 78 PASS Enumerate Window.oncanplaythrough
58 FAIL No Element.onchange assert_false: expected false got true 79 FAIL No Element.onchange assert_false: expected false got true
59 PASS Set HTMLElement.onchange 80 PASS Set HTMLElement.onchange
60 FAIL Enumerate HTMLElement.onchange assert_true: expected true got undefined 81 FAIL Enumerate HTMLElement.onchange assert_true: expected true got undefined
61 PASS Reflect HTMLElement.onchange 82 PASS Reflect HTMLElement.onchange
83 PASS Set SVGElement.onchange
84 FAIL Enumerate SVGElement.onchange assert_true: expected true got undefined
85 FAIL Reflect SVGElement.onchange assert_equals: Convert to function expected "fu nction" but got "object"
62 PASS Set Document.onchange 86 PASS Set Document.onchange
63 FAIL Enumerate Document.onchange assert_true: expected true got undefined 87 FAIL Enumerate Document.onchange assert_true: expected true got undefined
64 PASS Set Window.onchange 88 PASS Set Window.onchange
65 PASS Enumerate Window.onchange 89 PASS Enumerate Window.onchange
66 FAIL No Element.onclick assert_false: expected false got true 90 FAIL No Element.onclick assert_false: expected false got true
67 PASS Set HTMLElement.onclick 91 PASS Set HTMLElement.onclick
68 FAIL Enumerate HTMLElement.onclick assert_true: expected true got undefined 92 FAIL Enumerate HTMLElement.onclick assert_true: expected true got undefined
69 PASS Reflect HTMLElement.onclick 93 PASS Reflect HTMLElement.onclick
94 PASS Set SVGElement.onclick
95 FAIL Enumerate SVGElement.onclick assert_true: expected true got undefined
96 PASS Reflect SVGElement.onclick
70 PASS Set Document.onclick 97 PASS Set Document.onclick
71 FAIL Enumerate Document.onclick assert_true: expected true got undefined 98 FAIL Enumerate Document.onclick assert_true: expected true got undefined
72 PASS Set Window.onclick 99 PASS Set Window.onclick
73 PASS Enumerate Window.onclick 100 PASS Enumerate Window.onclick
74 PASS No Element.onclose 101 PASS No Element.onclose
75 FAIL Set HTMLElement.onclose assert_equals: Initially null expected null but got undefined 102 FAIL Set HTMLElement.onclose assert_equals: Initially null expected null but got undefined
76 FAIL Enumerate HTMLElement.onclose assert_true: expected true got undefined 103 FAIL Enumerate HTMLElement.onclose assert_true: expected true got undefined
77 FAIL Reflect HTMLElement.onclose assert_equals: Convert to function expected "fu nction" but got "undefined" 104 FAIL Reflect HTMLElement.onclose assert_equals: Convert to function expected "fu nction" but got "undefined"
105 FAIL Set SVGElement.onclose assert_equals: Initially null expected null but got undefined
106 FAIL Enumerate SVGElement.onclose assert_true: expected true got undefined
107 FAIL Reflect SVGElement.onclose assert_equals: Convert to function expected "fun ction" but got "undefined"
78 FAIL Set Document.onclose assert_equals: Initially null expected null but got un defined 108 FAIL Set Document.onclose assert_equals: Initially null expected null but got un defined
79 FAIL Enumerate Document.onclose assert_true: expected true got undefined 109 FAIL Enumerate Document.onclose assert_true: expected true got undefined
80 FAIL Set Window.onclose assert_equals: Initially null expected null but got unde fined 110 FAIL Set Window.onclose assert_equals: Initially null expected null but got unde fined
81 FAIL Enumerate Window.onclose assert_true: expected true got undefined 111 FAIL Enumerate Window.onclose assert_true: expected true got undefined
82 FAIL No Element.oncontextmenu assert_false: expected false got true 112 FAIL No Element.oncontextmenu assert_false: expected false got true
83 PASS Set HTMLElement.oncontextmenu 113 PASS Set HTMLElement.oncontextmenu
84 FAIL Enumerate HTMLElement.oncontextmenu assert_true: expected true got undefine d 114 FAIL Enumerate HTMLElement.oncontextmenu assert_true: expected true got undefine d
85 PASS Reflect HTMLElement.oncontextmenu 115 PASS Reflect HTMLElement.oncontextmenu
116 PASS Set SVGElement.oncontextmenu
117 FAIL Enumerate SVGElement.oncontextmenu assert_true: expected true got undefined
118 FAIL Reflect SVGElement.oncontextmenu assert_equals: Convert to function expecte d "function" but got "object"
86 PASS Set Document.oncontextmenu 119 PASS Set Document.oncontextmenu
87 FAIL Enumerate Document.oncontextmenu assert_true: expected true got undefined 120 FAIL Enumerate Document.oncontextmenu assert_true: expected true got undefined
88 PASS Set Window.oncontextmenu 121 PASS Set Window.oncontextmenu
89 PASS Enumerate Window.oncontextmenu 122 PASS Enumerate Window.oncontextmenu
90 PASS No Element.oncuechange 123 PASS No Element.oncuechange
91 FAIL Set HTMLElement.oncuechange assert_equals: Initially null expected null but got undefined 124 FAIL Set HTMLElement.oncuechange assert_equals: Initially null expected null but got undefined
92 FAIL Enumerate HTMLElement.oncuechange assert_true: expected true got undefined 125 FAIL Enumerate HTMLElement.oncuechange assert_true: expected true got undefined
93 FAIL Reflect HTMLElement.oncuechange assert_equals: Convert to function expected "function" but got "undefined" 126 FAIL Reflect HTMLElement.oncuechange assert_equals: Convert to function expected "function" but got "undefined"
127 FAIL Set SVGElement.oncuechange assert_equals: Initially null expected null but got undefined
128 FAIL Enumerate SVGElement.oncuechange assert_true: expected true got undefined
129 FAIL Reflect SVGElement.oncuechange assert_equals: Convert to function expected "function" but got "undefined"
94 FAIL Set Document.oncuechange assert_equals: Initially null expected null but go t undefined 130 FAIL Set Document.oncuechange assert_equals: Initially null expected null but go t undefined
95 FAIL Enumerate Document.oncuechange assert_true: expected true got undefined 131 FAIL Enumerate Document.oncuechange assert_true: expected true got undefined
96 FAIL Set Window.oncuechange assert_equals: Initially null expected null but got undefined 132 FAIL Set Window.oncuechange assert_equals: Initially null expected null but got undefined
97 FAIL Enumerate Window.oncuechange assert_true: expected true got undefined 133 FAIL Enumerate Window.oncuechange assert_true: expected true got undefined
98 FAIL No Element.ondblclick assert_false: expected false got true 134 FAIL No Element.ondblclick assert_false: expected false got true
99 PASS Set HTMLElement.ondblclick 135 PASS Set HTMLElement.ondblclick
100 FAIL Enumerate HTMLElement.ondblclick assert_true: expected true got undefined 136 FAIL Enumerate HTMLElement.ondblclick assert_true: expected true got undefined
101 PASS Reflect HTMLElement.ondblclick 137 PASS Reflect HTMLElement.ondblclick
138 PASS Set SVGElement.ondblclick
139 FAIL Enumerate SVGElement.ondblclick assert_true: expected true got undefined
140 FAIL Reflect SVGElement.ondblclick assert_equals: Convert to function expected " function" but got "object"
102 PASS Set Document.ondblclick 141 PASS Set Document.ondblclick
103 FAIL Enumerate Document.ondblclick assert_true: expected true got undefined 142 FAIL Enumerate Document.ondblclick assert_true: expected true got undefined
104 PASS Set Window.ondblclick 143 PASS Set Window.ondblclick
105 PASS Enumerate Window.ondblclick 144 PASS Enumerate Window.ondblclick
106 FAIL No Element.ondrag assert_false: expected false got true 145 FAIL No Element.ondrag assert_false: expected false got true
107 PASS Set HTMLElement.ondrag 146 PASS Set HTMLElement.ondrag
108 FAIL Enumerate HTMLElement.ondrag assert_true: expected true got undefined 147 FAIL Enumerate HTMLElement.ondrag assert_true: expected true got undefined
109 PASS Reflect HTMLElement.ondrag 148 PASS Reflect HTMLElement.ondrag
149 PASS Set SVGElement.ondrag
150 FAIL Enumerate SVGElement.ondrag assert_true: expected true got undefined
151 FAIL Reflect SVGElement.ondrag assert_equals: Convert to function expected "func tion" but got "object"
110 PASS Set Document.ondrag 152 PASS Set Document.ondrag
111 FAIL Enumerate Document.ondrag assert_true: expected true got undefined 153 FAIL Enumerate Document.ondrag assert_true: expected true got undefined
112 PASS Set Window.ondrag 154 PASS Set Window.ondrag
113 PASS Enumerate Window.ondrag 155 PASS Enumerate Window.ondrag
114 FAIL No Element.ondragend assert_false: expected false got true 156 FAIL No Element.ondragend assert_false: expected false got true
115 PASS Set HTMLElement.ondragend 157 PASS Set HTMLElement.ondragend
116 FAIL Enumerate HTMLElement.ondragend assert_true: expected true got undefined 158 FAIL Enumerate HTMLElement.ondragend assert_true: expected true got undefined
117 PASS Reflect HTMLElement.ondragend 159 PASS Reflect HTMLElement.ondragend
160 PASS Set SVGElement.ondragend
161 FAIL Enumerate SVGElement.ondragend assert_true: expected true got undefined
162 FAIL Reflect SVGElement.ondragend assert_equals: Convert to function expected "f unction" but got "object"
118 PASS Set Document.ondragend 163 PASS Set Document.ondragend
119 FAIL Enumerate Document.ondragend assert_true: expected true got undefined 164 FAIL Enumerate Document.ondragend assert_true: expected true got undefined
120 PASS Set Window.ondragend 165 PASS Set Window.ondragend
121 PASS Enumerate Window.ondragend 166 PASS Enumerate Window.ondragend
122 FAIL No Element.ondragenter assert_false: expected false got true 167 FAIL No Element.ondragenter assert_false: expected false got true
123 PASS Set HTMLElement.ondragenter 168 PASS Set HTMLElement.ondragenter
124 FAIL Enumerate HTMLElement.ondragenter assert_true: expected true got undefined 169 FAIL Enumerate HTMLElement.ondragenter assert_true: expected true got undefined
125 PASS Reflect HTMLElement.ondragenter 170 PASS Reflect HTMLElement.ondragenter
171 PASS Set SVGElement.ondragenter
172 FAIL Enumerate SVGElement.ondragenter assert_true: expected true got undefined
173 FAIL Reflect SVGElement.ondragenter assert_equals: Convert to function expected "function" but got "object"
126 PASS Set Document.ondragenter 174 PASS Set Document.ondragenter
127 FAIL Enumerate Document.ondragenter assert_true: expected true got undefined 175 FAIL Enumerate Document.ondragenter assert_true: expected true got undefined
128 PASS Set Window.ondragenter 176 PASS Set Window.ondragenter
129 PASS Enumerate Window.ondragenter 177 PASS Enumerate Window.ondragenter
130 PASS No Element.ondragexit 178 PASS No Element.ondragexit
131 FAIL Set HTMLElement.ondragexit assert_equals: Initially null expected null but got undefined 179 FAIL Set HTMLElement.ondragexit assert_equals: Initially null expected null but got undefined
132 FAIL Enumerate HTMLElement.ondragexit assert_true: expected true got undefined 180 FAIL Enumerate HTMLElement.ondragexit assert_true: expected true got undefined
133 FAIL Reflect HTMLElement.ondragexit assert_equals: Convert to function expected "function" but got "undefined" 181 FAIL Reflect HTMLElement.ondragexit assert_equals: Convert to function expected "function" but got "undefined"
182 FAIL Set SVGElement.ondragexit assert_equals: Initially null expected null but g ot undefined
183 FAIL Enumerate SVGElement.ondragexit assert_true: expected true got undefined
184 FAIL Reflect SVGElement.ondragexit assert_equals: Convert to function expected " function" but got "undefined"
134 FAIL Set Document.ondragexit assert_equals: Initially null expected null but got undefined 185 FAIL Set Document.ondragexit assert_equals: Initially null expected null but got undefined
135 FAIL Enumerate Document.ondragexit assert_true: expected true got undefined 186 FAIL Enumerate Document.ondragexit assert_true: expected true got undefined
136 FAIL Set Window.ondragexit assert_equals: Initially null expected null but got u ndefined 187 FAIL Set Window.ondragexit assert_equals: Initially null expected null but got u ndefined
137 FAIL Enumerate Window.ondragexit assert_true: expected true got undefined 188 FAIL Enumerate Window.ondragexit assert_true: expected true got undefined
138 FAIL No Element.ondragleave assert_false: expected false got true 189 FAIL No Element.ondragleave assert_false: expected false got true
139 PASS Set HTMLElement.ondragleave 190 PASS Set HTMLElement.ondragleave
140 FAIL Enumerate HTMLElement.ondragleave assert_true: expected true got undefined 191 FAIL Enumerate HTMLElement.ondragleave assert_true: expected true got undefined
141 PASS Reflect HTMLElement.ondragleave 192 PASS Reflect HTMLElement.ondragleave
193 PASS Set SVGElement.ondragleave
194 FAIL Enumerate SVGElement.ondragleave assert_true: expected true got undefined
195 FAIL Reflect SVGElement.ondragleave assert_equals: Convert to function expected "function" but got "object"
142 PASS Set Document.ondragleave 196 PASS Set Document.ondragleave
143 FAIL Enumerate Document.ondragleave assert_true: expected true got undefined 197 FAIL Enumerate Document.ondragleave assert_true: expected true got undefined
144 PASS Set Window.ondragleave 198 PASS Set Window.ondragleave
145 PASS Enumerate Window.ondragleave 199 PASS Enumerate Window.ondragleave
146 FAIL No Element.ondragover assert_false: expected false got true 200 FAIL No Element.ondragover assert_false: expected false got true
147 PASS Set HTMLElement.ondragover 201 PASS Set HTMLElement.ondragover
148 FAIL Enumerate HTMLElement.ondragover assert_true: expected true got undefined 202 FAIL Enumerate HTMLElement.ondragover assert_true: expected true got undefined
149 PASS Reflect HTMLElement.ondragover 203 PASS Reflect HTMLElement.ondragover
204 PASS Set SVGElement.ondragover
205 FAIL Enumerate SVGElement.ondragover assert_true: expected true got undefined
206 FAIL Reflect SVGElement.ondragover assert_equals: Convert to function expected " function" but got "object"
150 PASS Set Document.ondragover 207 PASS Set Document.ondragover
151 FAIL Enumerate Document.ondragover assert_true: expected true got undefined 208 FAIL Enumerate Document.ondragover assert_true: expected true got undefined
152 PASS Set Window.ondragover 209 PASS Set Window.ondragover
153 PASS Enumerate Window.ondragover 210 PASS Enumerate Window.ondragover
154 FAIL No Element.ondragstart assert_false: expected false got true 211 FAIL No Element.ondragstart assert_false: expected false got true
155 PASS Set HTMLElement.ondragstart 212 PASS Set HTMLElement.ondragstart
156 FAIL Enumerate HTMLElement.ondragstart assert_true: expected true got undefined 213 FAIL Enumerate HTMLElement.ondragstart assert_true: expected true got undefined
157 PASS Reflect HTMLElement.ondragstart 214 PASS Reflect HTMLElement.ondragstart
215 PASS Set SVGElement.ondragstart
216 FAIL Enumerate SVGElement.ondragstart assert_true: expected true got undefined
217 FAIL Reflect SVGElement.ondragstart assert_equals: Convert to function expected "function" but got "object"
158 PASS Set Document.ondragstart 218 PASS Set Document.ondragstart
159 FAIL Enumerate Document.ondragstart assert_true: expected true got undefined 219 FAIL Enumerate Document.ondragstart assert_true: expected true got undefined
160 PASS Set Window.ondragstart 220 PASS Set Window.ondragstart
161 PASS Enumerate Window.ondragstart 221 PASS Enumerate Window.ondragstart
162 FAIL No Element.ondrop assert_false: expected false got true 222 FAIL No Element.ondrop assert_false: expected false got true
163 PASS Set HTMLElement.ondrop 223 PASS Set HTMLElement.ondrop
164 FAIL Enumerate HTMLElement.ondrop assert_true: expected true got undefined 224 FAIL Enumerate HTMLElement.ondrop assert_true: expected true got undefined
165 PASS Reflect HTMLElement.ondrop 225 PASS Reflect HTMLElement.ondrop
226 PASS Set SVGElement.ondrop
227 FAIL Enumerate SVGElement.ondrop assert_true: expected true got undefined
228 FAIL Reflect SVGElement.ondrop assert_equals: Convert to function expected "func tion" but got "object"
166 PASS Set Document.ondrop 229 PASS Set Document.ondrop
167 FAIL Enumerate Document.ondrop assert_true: expected true got undefined 230 FAIL Enumerate Document.ondrop assert_true: expected true got undefined
168 PASS Set Window.ondrop 231 PASS Set Window.ondrop
169 PASS Enumerate Window.ondrop 232 PASS Enumerate Window.ondrop
170 PASS No Element.ondurationchange 233 PASS No Element.ondurationchange
171 FAIL Set HTMLElement.ondurationchange assert_equals: Initially null expected nul l but got undefined 234 FAIL Set HTMLElement.ondurationchange assert_equals: Initially null expected nul l but got undefined
172 FAIL Enumerate HTMLElement.ondurationchange assert_true: expected true got undef ined 235 FAIL Enumerate HTMLElement.ondurationchange assert_true: expected true got undef ined
173 FAIL Reflect HTMLElement.ondurationchange assert_equals: Convert to function exp ected "function" but got "undefined" 236 FAIL Reflect HTMLElement.ondurationchange assert_equals: Convert to function exp ected "function" but got "undefined"
237 FAIL Set SVGElement.ondurationchange assert_equals: Initially null expected null but got undefined
238 FAIL Enumerate SVGElement.ondurationchange assert_true: expected true got undefi ned
239 FAIL Reflect SVGElement.ondurationchange assert_equals: Convert to function expe cted "function" but got "undefined"
174 FAIL Set Document.ondurationchange assert_equals: Initially null expected null b ut got undefined 240 FAIL Set Document.ondurationchange assert_equals: Initially null expected null b ut got undefined
175 FAIL Enumerate Document.ondurationchange assert_true: expected true got undefine d 241 FAIL Enumerate Document.ondurationchange assert_true: expected true got undefine d
176 FAIL Set Window.ondurationchange assert_equals: Return null after setting string expected null but got "" 242 FAIL Set Window.ondurationchange assert_equals: Return null after setting string expected null but got ""
177 PASS Enumerate Window.ondurationchange 243 PASS Enumerate Window.ondurationchange
178 PASS No Element.onemptied 244 PASS No Element.onemptied
179 FAIL Set HTMLElement.onemptied assert_equals: Initially null expected null but g ot undefined 245 FAIL Set HTMLElement.onemptied assert_equals: Initially null expected null but g ot undefined
180 FAIL Enumerate HTMLElement.onemptied assert_true: expected true got undefined 246 FAIL Enumerate HTMLElement.onemptied assert_true: expected true got undefined
181 FAIL Reflect HTMLElement.onemptied assert_equals: Convert to function expected " function" but got "undefined" 247 FAIL Reflect HTMLElement.onemptied assert_equals: Convert to function expected " function" but got "undefined"
248 FAIL Set SVGElement.onemptied assert_equals: Initially null expected null but go t undefined
249 FAIL Enumerate SVGElement.onemptied assert_true: expected true got undefined
250 FAIL Reflect SVGElement.onemptied assert_equals: Convert to function expected "f unction" but got "undefined"
182 FAIL Set Document.onemptied assert_equals: Initially null expected null but got undefined 251 FAIL Set Document.onemptied assert_equals: Initially null expected null but got undefined
183 FAIL Enumerate Document.onemptied assert_true: expected true got undefined 252 FAIL Enumerate Document.onemptied assert_true: expected true got undefined
184 FAIL Set Window.onemptied assert_equals: Return null after setting string expect ed null but got "" 253 FAIL Set Window.onemptied assert_equals: Return null after setting string expect ed null but got ""
185 PASS Enumerate Window.onemptied 254 PASS Enumerate Window.onemptied
186 PASS No Element.onended 255 PASS No Element.onended
187 FAIL Set HTMLElement.onended assert_equals: Initially null expected null but got undefined 256 FAIL Set HTMLElement.onended assert_equals: Initially null expected null but got undefined
188 FAIL Enumerate HTMLElement.onended assert_true: expected true got undefined 257 FAIL Enumerate HTMLElement.onended assert_true: expected true got undefined
189 FAIL Reflect HTMLElement.onended assert_equals: Convert to function expected "fu nction" but got "undefined" 258 FAIL Reflect HTMLElement.onended assert_equals: Convert to function expected "fu nction" but got "undefined"
259 FAIL Set SVGElement.onended assert_equals: Initially null expected null but got undefined
260 FAIL Enumerate SVGElement.onended assert_true: expected true got undefined
261 FAIL Reflect SVGElement.onended assert_equals: Convert to function expected "fun ction" but got "undefined"
190 FAIL Set Document.onended assert_equals: Initially null expected null but got un defined 262 FAIL Set Document.onended assert_equals: Initially null expected null but got un defined
191 FAIL Enumerate Document.onended assert_true: expected true got undefined 263 FAIL Enumerate Document.onended assert_true: expected true got undefined
192 FAIL Set Window.onended assert_equals: Return null after setting string expected null but got "" 264 FAIL Set Window.onended assert_equals: Return null after setting string expected null but got ""
193 PASS Enumerate Window.onended 265 PASS Enumerate Window.onended
194 FAIL No Element.oninput assert_false: expected false got true 266 FAIL No Element.oninput assert_false: expected false got true
195 PASS Set HTMLElement.oninput 267 PASS Set HTMLElement.oninput
196 FAIL Enumerate HTMLElement.oninput assert_true: expected true got undefined 268 FAIL Enumerate HTMLElement.oninput assert_true: expected true got undefined
197 PASS Reflect HTMLElement.oninput 269 PASS Reflect HTMLElement.oninput
270 PASS Set SVGElement.oninput
271 FAIL Enumerate SVGElement.oninput assert_true: expected true got undefined
272 FAIL Reflect SVGElement.oninput assert_equals: Convert to function expected "fun ction" but got "object"
198 PASS Set Document.oninput 273 PASS Set Document.oninput
199 FAIL Enumerate Document.oninput assert_true: expected true got undefined 274 FAIL Enumerate Document.oninput assert_true: expected true got undefined
200 PASS Set Window.oninput 275 PASS Set Window.oninput
201 PASS Enumerate Window.oninput 276 PASS Enumerate Window.oninput
202 FAIL No Element.oninvalid assert_false: expected false got true 277 FAIL No Element.oninvalid assert_false: expected false got true
203 PASS Set HTMLElement.oninvalid 278 PASS Set HTMLElement.oninvalid
204 FAIL Enumerate HTMLElement.oninvalid assert_true: expected true got undefined 279 FAIL Enumerate HTMLElement.oninvalid assert_true: expected true got undefined
205 PASS Reflect HTMLElement.oninvalid 280 PASS Reflect HTMLElement.oninvalid
281 PASS Set SVGElement.oninvalid
282 FAIL Enumerate SVGElement.oninvalid assert_true: expected true got undefined
283 FAIL Reflect SVGElement.oninvalid assert_equals: Convert to function expected "f unction" but got "object"
206 PASS Set Document.oninvalid 284 PASS Set Document.oninvalid
207 FAIL Enumerate Document.oninvalid assert_true: expected true got undefined 285 FAIL Enumerate Document.oninvalid assert_true: expected true got undefined
208 PASS Set Window.oninvalid 286 PASS Set Window.oninvalid
209 PASS Enumerate Window.oninvalid 287 PASS Enumerate Window.oninvalid
210 FAIL No Element.onkeydown assert_false: expected false got true 288 FAIL No Element.onkeydown assert_false: expected false got true
211 PASS Set HTMLElement.onkeydown 289 PASS Set HTMLElement.onkeydown
212 FAIL Enumerate HTMLElement.onkeydown assert_true: expected true got undefined 290 FAIL Enumerate HTMLElement.onkeydown assert_true: expected true got undefined
213 PASS Reflect HTMLElement.onkeydown 291 PASS Reflect HTMLElement.onkeydown
292 PASS Set SVGElement.onkeydown
293 FAIL Enumerate SVGElement.onkeydown assert_true: expected true got undefined
294 FAIL Reflect SVGElement.onkeydown assert_equals: Convert to function expected "f unction" but got "object"
214 PASS Set Document.onkeydown 295 PASS Set Document.onkeydown
215 FAIL Enumerate Document.onkeydown assert_true: expected true got undefined 296 FAIL Enumerate Document.onkeydown assert_true: expected true got undefined
216 PASS Set Window.onkeydown 297 PASS Set Window.onkeydown
217 PASS Enumerate Window.onkeydown 298 PASS Enumerate Window.onkeydown
218 FAIL No Element.onkeypress assert_false: expected false got true 299 FAIL No Element.onkeypress assert_false: expected false got true
219 PASS Set HTMLElement.onkeypress 300 PASS Set HTMLElement.onkeypress
220 FAIL Enumerate HTMLElement.onkeypress assert_true: expected true got undefined 301 FAIL Enumerate HTMLElement.onkeypress assert_true: expected true got undefined
221 PASS Reflect HTMLElement.onkeypress 302 PASS Reflect HTMLElement.onkeypress
303 PASS Set SVGElement.onkeypress
304 FAIL Enumerate SVGElement.onkeypress assert_true: expected true got undefined
305 FAIL Reflect SVGElement.onkeypress assert_equals: Convert to function expected " function" but got "object"
222 PASS Set Document.onkeypress 306 PASS Set Document.onkeypress
223 FAIL Enumerate Document.onkeypress assert_true: expected true got undefined 307 FAIL Enumerate Document.onkeypress assert_true: expected true got undefined
224 PASS Set Window.onkeypress 308 PASS Set Window.onkeypress
225 PASS Enumerate Window.onkeypress 309 PASS Enumerate Window.onkeypress
226 FAIL No Element.onkeyup assert_false: expected false got true 310 FAIL No Element.onkeyup assert_false: expected false got true
227 PASS Set HTMLElement.onkeyup 311 PASS Set HTMLElement.onkeyup
228 FAIL Enumerate HTMLElement.onkeyup assert_true: expected true got undefined 312 FAIL Enumerate HTMLElement.onkeyup assert_true: expected true got undefined
229 PASS Reflect HTMLElement.onkeyup 313 PASS Reflect HTMLElement.onkeyup
314 PASS Set SVGElement.onkeyup
315 FAIL Enumerate SVGElement.onkeyup assert_true: expected true got undefined
316 FAIL Reflect SVGElement.onkeyup assert_equals: Convert to function expected "fun ction" but got "object"
230 PASS Set Document.onkeyup 317 PASS Set Document.onkeyup
231 FAIL Enumerate Document.onkeyup assert_true: expected true got undefined 318 FAIL Enumerate Document.onkeyup assert_true: expected true got undefined
232 PASS Set Window.onkeyup 319 PASS Set Window.onkeyup
233 PASS Enumerate Window.onkeyup 320 PASS Enumerate Window.onkeyup
234 FAIL No Element.onload assert_false: expected false got true 321 FAIL No Element.onload assert_false: expected false got true
235 PASS Set HTMLElement.onload 322 PASS Set HTMLElement.onload
236 FAIL Enumerate HTMLElement.onload assert_true: expected true got undefined 323 FAIL Enumerate HTMLElement.onload assert_true: expected true got undefined
237 PASS Reflect HTMLElement.onload 324 PASS Reflect HTMLElement.onload
325 PASS Set SVGElement.onload
326 FAIL Enumerate SVGElement.onload assert_true: expected true got undefined
327 PASS Reflect SVGElement.onload
238 PASS Set Document.onload 328 PASS Set Document.onload
239 FAIL Enumerate Document.onload assert_true: expected true got undefined 329 FAIL Enumerate Document.onload assert_true: expected true got undefined
240 PASS Set Window.onload 330 PASS Set Window.onload
241 PASS Enumerate Window.onload 331 PASS Enumerate Window.onload
242 PASS No Element.onloadeddata 332 PASS No Element.onloadeddata
243 FAIL Set HTMLElement.onloadeddata assert_equals: Initially null expected null bu t got undefined 333 FAIL Set HTMLElement.onloadeddata assert_equals: Initially null expected null bu t got undefined
244 FAIL Enumerate HTMLElement.onloadeddata assert_true: expected true got undefined 334 FAIL Enumerate HTMLElement.onloadeddata assert_true: expected true got undefined
245 FAIL Reflect HTMLElement.onloadeddata assert_equals: Convert to function expecte d "function" but got "undefined" 335 FAIL Reflect HTMLElement.onloadeddata assert_equals: Convert to function expecte d "function" but got "undefined"
336 FAIL Set SVGElement.onloadeddata assert_equals: Initially null expected null but got undefined
337 FAIL Enumerate SVGElement.onloadeddata assert_true: expected true got undefined
338 FAIL Reflect SVGElement.onloadeddata assert_equals: Convert to function expected "function" but got "undefined"
246 FAIL Set Document.onloadeddata assert_equals: Initially null expected null but g ot undefined 339 FAIL Set Document.onloadeddata assert_equals: Initially null expected null but g ot undefined
247 FAIL Enumerate Document.onloadeddata assert_true: expected true got undefined 340 FAIL Enumerate Document.onloadeddata assert_true: expected true got undefined
248 FAIL Set Window.onloadeddata assert_equals: Return null after setting string exp ected null but got "" 341 FAIL Set Window.onloadeddata assert_equals: Return null after setting string exp ected null but got ""
249 PASS Enumerate Window.onloadeddata 342 PASS Enumerate Window.onloadeddata
250 PASS No Element.onloadedmetadata 343 PASS No Element.onloadedmetadata
251 FAIL Set HTMLElement.onloadedmetadata assert_equals: Initially null expected nul l but got undefined 344 FAIL Set HTMLElement.onloadedmetadata assert_equals: Initially null expected nul l but got undefined
252 FAIL Enumerate HTMLElement.onloadedmetadata assert_true: expected true got undef ined 345 FAIL Enumerate HTMLElement.onloadedmetadata assert_true: expected true got undef ined
253 FAIL Reflect HTMLElement.onloadedmetadata assert_equals: Convert to function exp ected "function" but got "undefined" 346 FAIL Reflect HTMLElement.onloadedmetadata assert_equals: Convert to function exp ected "function" but got "undefined"
347 FAIL Set SVGElement.onloadedmetadata assert_equals: Initially null expected null but got undefined
348 FAIL Enumerate SVGElement.onloadedmetadata assert_true: expected true got undefi ned
349 FAIL Reflect SVGElement.onloadedmetadata assert_equals: Convert to function expe cted "function" but got "undefined"
254 FAIL Set Document.onloadedmetadata assert_equals: Initially null expected null b ut got undefined 350 FAIL Set Document.onloadedmetadata assert_equals: Initially null expected null b ut got undefined
255 FAIL Enumerate Document.onloadedmetadata assert_true: expected true got undefine d 351 FAIL Enumerate Document.onloadedmetadata assert_true: expected true got undefine d
256 FAIL Set Window.onloadedmetadata assert_equals: Return null after setting string expected null but got "" 352 FAIL Set Window.onloadedmetadata assert_equals: Return null after setting string expected null but got ""
257 PASS Enumerate Window.onloadedmetadata 353 PASS Enumerate Window.onloadedmetadata
258 PASS No Element.onloadstart 354 PASS No Element.onloadstart
259 FAIL Set HTMLElement.onloadstart assert_equals: Initially null expected null but got undefined 355 FAIL Set HTMLElement.onloadstart assert_equals: Initially null expected null but got undefined
260 FAIL Enumerate HTMLElement.onloadstart assert_true: expected true got undefined 356 FAIL Enumerate HTMLElement.onloadstart assert_true: expected true got undefined
261 FAIL Reflect HTMLElement.onloadstart assert_equals: Convert to function expected "function" but got "undefined" 357 FAIL Reflect HTMLElement.onloadstart assert_equals: Convert to function expected "function" but got "undefined"
358 FAIL Set SVGElement.onloadstart assert_equals: Initially null expected null but got undefined
359 FAIL Enumerate SVGElement.onloadstart assert_true: expected true got undefined
360 FAIL Reflect SVGElement.onloadstart assert_equals: Convert to function expected "function" but got "undefined"
262 FAIL Set Document.onloadstart assert_equals: Initially null expected null but go t undefined 361 FAIL Set Document.onloadstart assert_equals: Initially null expected null but go t undefined
263 FAIL Enumerate Document.onloadstart assert_true: expected true got undefined 362 FAIL Enumerate Document.onloadstart assert_true: expected true got undefined
264 FAIL Set Window.onloadstart assert_equals: Return null after setting string expe cted null but got "" 363 FAIL Set Window.onloadstart assert_equals: Return null after setting string expe cted null but got ""
265 PASS Enumerate Window.onloadstart 364 PASS Enumerate Window.onloadstart
266 FAIL No Element.onmousedown assert_false: expected false got true 365 FAIL No Element.onmousedown assert_false: expected false got true
267 PASS Set HTMLElement.onmousedown 366 PASS Set HTMLElement.onmousedown
268 FAIL Enumerate HTMLElement.onmousedown assert_true: expected true got undefined 367 FAIL Enumerate HTMLElement.onmousedown assert_true: expected true got undefined
269 PASS Reflect HTMLElement.onmousedown 368 PASS Reflect HTMLElement.onmousedown
369 PASS Set SVGElement.onmousedown
370 FAIL Enumerate SVGElement.onmousedown assert_true: expected true got undefined
371 PASS Reflect SVGElement.onmousedown
270 PASS Set Document.onmousedown 372 PASS Set Document.onmousedown
271 FAIL Enumerate Document.onmousedown assert_true: expected true got undefined 373 FAIL Enumerate Document.onmousedown assert_true: expected true got undefined
272 PASS Set Window.onmousedown 374 PASS Set Window.onmousedown
273 PASS Enumerate Window.onmousedown 375 PASS Enumerate Window.onmousedown
274 FAIL No Element.onmouseenter assert_false: expected false got true 376 FAIL No Element.onmouseenter assert_false: expected false got true
275 PASS Set HTMLElement.onmouseenter 377 PASS Set HTMLElement.onmouseenter
276 FAIL Enumerate HTMLElement.onmouseenter assert_true: expected true got undefined 378 FAIL Enumerate HTMLElement.onmouseenter assert_true: expected true got undefined
277 PASS Reflect HTMLElement.onmouseenter 379 PASS Reflect HTMLElement.onmouseenter
380 PASS Set SVGElement.onmouseenter
381 FAIL Enumerate SVGElement.onmouseenter assert_true: expected true got undefined
382 PASS Reflect SVGElement.onmouseenter
278 PASS Set Document.onmouseenter 383 PASS Set Document.onmouseenter
279 FAIL Enumerate Document.onmouseenter assert_true: expected true got undefined 384 FAIL Enumerate Document.onmouseenter assert_true: expected true got undefined
280 PASS Set Window.onmouseenter 385 PASS Set Window.onmouseenter
281 PASS Enumerate Window.onmouseenter 386 PASS Enumerate Window.onmouseenter
282 FAIL No Element.onmouseleave assert_false: expected false got true 387 FAIL No Element.onmouseleave assert_false: expected false got true
283 PASS Set HTMLElement.onmouseleave 388 PASS Set HTMLElement.onmouseleave
284 FAIL Enumerate HTMLElement.onmouseleave assert_true: expected true got undefined 389 FAIL Enumerate HTMLElement.onmouseleave assert_true: expected true got undefined
285 PASS Reflect HTMLElement.onmouseleave 390 PASS Reflect HTMLElement.onmouseleave
391 PASS Set SVGElement.onmouseleave
392 FAIL Enumerate SVGElement.onmouseleave assert_true: expected true got undefined
393 PASS Reflect SVGElement.onmouseleave
286 PASS Set Document.onmouseleave 394 PASS Set Document.onmouseleave
287 FAIL Enumerate Document.onmouseleave assert_true: expected true got undefined 395 FAIL Enumerate Document.onmouseleave assert_true: expected true got undefined
288 PASS Set Window.onmouseleave 396 PASS Set Window.onmouseleave
289 PASS Enumerate Window.onmouseleave 397 PASS Enumerate Window.onmouseleave
290 FAIL No Element.onmousemove assert_false: expected false got true 398 FAIL No Element.onmousemove assert_false: expected false got true
291 PASS Set HTMLElement.onmousemove 399 PASS Set HTMLElement.onmousemove
292 FAIL Enumerate HTMLElement.onmousemove assert_true: expected true got undefined 400 FAIL Enumerate HTMLElement.onmousemove assert_true: expected true got undefined
293 PASS Reflect HTMLElement.onmousemove 401 PASS Reflect HTMLElement.onmousemove
402 PASS Set SVGElement.onmousemove
403 FAIL Enumerate SVGElement.onmousemove assert_true: expected true got undefined
404 PASS Reflect SVGElement.onmousemove
294 PASS Set Document.onmousemove 405 PASS Set Document.onmousemove
295 FAIL Enumerate Document.onmousemove assert_true: expected true got undefined 406 FAIL Enumerate Document.onmousemove assert_true: expected true got undefined
296 PASS Set Window.onmousemove 407 PASS Set Window.onmousemove
297 PASS Enumerate Window.onmousemove 408 PASS Enumerate Window.onmousemove
298 FAIL No Element.onmouseout assert_false: expected false got true 409 FAIL No Element.onmouseout assert_false: expected false got true
299 PASS Set HTMLElement.onmouseout 410 PASS Set HTMLElement.onmouseout
300 FAIL Enumerate HTMLElement.onmouseout assert_true: expected true got undefined 411 FAIL Enumerate HTMLElement.onmouseout assert_true: expected true got undefined
301 PASS Reflect HTMLElement.onmouseout 412 PASS Reflect HTMLElement.onmouseout
413 PASS Set SVGElement.onmouseout
414 FAIL Enumerate SVGElement.onmouseout assert_true: expected true got undefined
415 PASS Reflect SVGElement.onmouseout
302 PASS Set Document.onmouseout 416 PASS Set Document.onmouseout
303 FAIL Enumerate Document.onmouseout assert_true: expected true got undefined 417 FAIL Enumerate Document.onmouseout assert_true: expected true got undefined
304 PASS Set Window.onmouseout 418 PASS Set Window.onmouseout
305 PASS Enumerate Window.onmouseout 419 PASS Enumerate Window.onmouseout
306 FAIL No Element.onmouseover assert_false: expected false got true 420 FAIL No Element.onmouseover assert_false: expected false got true
307 PASS Set HTMLElement.onmouseover 421 PASS Set HTMLElement.onmouseover
308 FAIL Enumerate HTMLElement.onmouseover assert_true: expected true got undefined 422 FAIL Enumerate HTMLElement.onmouseover assert_true: expected true got undefined
309 PASS Reflect HTMLElement.onmouseover 423 PASS Reflect HTMLElement.onmouseover
424 PASS Set SVGElement.onmouseover
425 FAIL Enumerate SVGElement.onmouseover assert_true: expected true got undefined
426 PASS Reflect SVGElement.onmouseover
310 PASS Set Document.onmouseover 427 PASS Set Document.onmouseover
311 FAIL Enumerate Document.onmouseover assert_true: expected true got undefined 428 FAIL Enumerate Document.onmouseover assert_true: expected true got undefined
312 PASS Set Window.onmouseover 429 PASS Set Window.onmouseover
313 PASS Enumerate Window.onmouseover 430 PASS Enumerate Window.onmouseover
314 FAIL No Element.onmouseup assert_false: expected false got true 431 FAIL No Element.onmouseup assert_false: expected false got true
315 PASS Set HTMLElement.onmouseup 432 PASS Set HTMLElement.onmouseup
316 FAIL Enumerate HTMLElement.onmouseup assert_true: expected true got undefined 433 FAIL Enumerate HTMLElement.onmouseup assert_true: expected true got undefined
317 PASS Reflect HTMLElement.onmouseup 434 PASS Reflect HTMLElement.onmouseup
435 PASS Set SVGElement.onmouseup
436 FAIL Enumerate SVGElement.onmouseup assert_true: expected true got undefined
437 PASS Reflect SVGElement.onmouseup
318 PASS Set Document.onmouseup 438 PASS Set Document.onmouseup
319 FAIL Enumerate Document.onmouseup assert_true: expected true got undefined 439 FAIL Enumerate Document.onmouseup assert_true: expected true got undefined
320 PASS Set Window.onmouseup 440 PASS Set Window.onmouseup
321 PASS Enumerate Window.onmouseup 441 PASS Enumerate Window.onmouseup
322 FAIL No Element.onmousewheel assert_false: expected false got true 442 FAIL No Element.onmousewheel assert_false: expected false got true
323 PASS Set HTMLElement.onmousewheel 443 PASS Set HTMLElement.onmousewheel
324 FAIL Enumerate HTMLElement.onmousewheel assert_true: expected true got undefined 444 FAIL Enumerate HTMLElement.onmousewheel assert_true: expected true got undefined
325 PASS Reflect HTMLElement.onmousewheel 445 PASS Reflect HTMLElement.onmousewheel
446 PASS Set SVGElement.onmousewheel
447 FAIL Enumerate SVGElement.onmousewheel assert_true: expected true got undefined
448 FAIL Reflect SVGElement.onmousewheel assert_equals: Convert to function expected "function" but got "object"
326 PASS Set Document.onmousewheel 449 PASS Set Document.onmousewheel
327 FAIL Enumerate Document.onmousewheel assert_true: expected true got undefined 450 FAIL Enumerate Document.onmousewheel assert_true: expected true got undefined
328 PASS Set Window.onmousewheel 451 PASS Set Window.onmousewheel
329 PASS Enumerate Window.onmousewheel 452 PASS Enumerate Window.onmousewheel
330 PASS No Element.onpause 453 PASS No Element.onpause
331 FAIL Set HTMLElement.onpause assert_equals: Initially null expected null but got undefined 454 FAIL Set HTMLElement.onpause assert_equals: Initially null expected null but got undefined
332 FAIL Enumerate HTMLElement.onpause assert_true: expected true got undefined 455 FAIL Enumerate HTMLElement.onpause assert_true: expected true got undefined
333 FAIL Reflect HTMLElement.onpause assert_equals: Convert to function expected "fu nction" but got "undefined" 456 FAIL Reflect HTMLElement.onpause assert_equals: Convert to function expected "fu nction" but got "undefined"
457 FAIL Set SVGElement.onpause assert_equals: Initially null expected null but got undefined
458 FAIL Enumerate SVGElement.onpause assert_true: expected true got undefined
459 FAIL Reflect SVGElement.onpause assert_equals: Convert to function expected "fun ction" but got "undefined"
334 FAIL Set Document.onpause assert_equals: Initially null expected null but got un defined 460 FAIL Set Document.onpause assert_equals: Initially null expected null but got un defined
335 FAIL Enumerate Document.onpause assert_true: expected true got undefined 461 FAIL Enumerate Document.onpause assert_true: expected true got undefined
336 FAIL Set Window.onpause assert_equals: Return null after setting string expected null but got "" 462 FAIL Set Window.onpause assert_equals: Return null after setting string expected null but got ""
337 PASS Enumerate Window.onpause 463 PASS Enumerate Window.onpause
338 PASS No Element.onplay 464 PASS No Element.onplay
339 FAIL Set HTMLElement.onplay assert_equals: Initially null expected null but got undefined 465 FAIL Set HTMLElement.onplay assert_equals: Initially null expected null but got undefined
340 FAIL Enumerate HTMLElement.onplay assert_true: expected true got undefined 466 FAIL Enumerate HTMLElement.onplay assert_true: expected true got undefined
341 FAIL Reflect HTMLElement.onplay assert_equals: Convert to function expected "fun ction" but got "undefined" 467 FAIL Reflect HTMLElement.onplay assert_equals: Convert to function expected "fun ction" but got "undefined"
468 FAIL Set SVGElement.onplay assert_equals: Initially null expected null but got u ndefined
469 FAIL Enumerate SVGElement.onplay assert_true: expected true got undefined
470 FAIL Reflect SVGElement.onplay assert_equals: Convert to function expected "func tion" but got "undefined"
342 FAIL Set Document.onplay assert_equals: Initially null expected null but got und efined 471 FAIL Set Document.onplay assert_equals: Initially null expected null but got und efined
343 FAIL Enumerate Document.onplay assert_true: expected true got undefined 472 FAIL Enumerate Document.onplay assert_true: expected true got undefined
344 FAIL Set Window.onplay assert_equals: Return null after setting string expected null but got "" 473 FAIL Set Window.onplay assert_equals: Return null after setting string expected null but got ""
345 PASS Enumerate Window.onplay 474 PASS Enumerate Window.onplay
346 PASS No Element.onplaying 475 PASS No Element.onplaying
347 FAIL Set HTMLElement.onplaying assert_equals: Initially null expected null but g ot undefined 476 FAIL Set HTMLElement.onplaying assert_equals: Initially null expected null but g ot undefined
348 FAIL Enumerate HTMLElement.onplaying assert_true: expected true got undefined 477 FAIL Enumerate HTMLElement.onplaying assert_true: expected true got undefined
349 FAIL Reflect HTMLElement.onplaying assert_equals: Convert to function expected " function" but got "undefined" 478 FAIL Reflect HTMLElement.onplaying assert_equals: Convert to function expected " function" but got "undefined"
479 FAIL Set SVGElement.onplaying assert_equals: Initially null expected null but go t undefined
480 FAIL Enumerate SVGElement.onplaying assert_true: expected true got undefined
481 FAIL Reflect SVGElement.onplaying assert_equals: Convert to function expected "f unction" but got "undefined"
350 FAIL Set Document.onplaying assert_equals: Initially null expected null but got undefined 482 FAIL Set Document.onplaying assert_equals: Initially null expected null but got undefined
351 FAIL Enumerate Document.onplaying assert_true: expected true got undefined 483 FAIL Enumerate Document.onplaying assert_true: expected true got undefined
352 FAIL Set Window.onplaying assert_equals: Return null after setting string expect ed null but got "" 484 FAIL Set Window.onplaying assert_equals: Return null after setting string expect ed null but got ""
353 PASS Enumerate Window.onplaying 485 PASS Enumerate Window.onplaying
354 PASS No Element.onprogress 486 PASS No Element.onprogress
355 FAIL Set HTMLElement.onprogress assert_equals: Initially null expected null but got undefined 487 FAIL Set HTMLElement.onprogress assert_equals: Initially null expected null but got undefined
356 FAIL Enumerate HTMLElement.onprogress assert_true: expected true got undefined 488 FAIL Enumerate HTMLElement.onprogress assert_true: expected true got undefined
357 FAIL Reflect HTMLElement.onprogress assert_equals: Convert to function expected "function" but got "undefined" 489 FAIL Reflect HTMLElement.onprogress assert_equals: Convert to function expected "function" but got "undefined"
490 FAIL Set SVGElement.onprogress assert_equals: Initially null expected null but g ot undefined
491 FAIL Enumerate SVGElement.onprogress assert_true: expected true got undefined
492 FAIL Reflect SVGElement.onprogress assert_equals: Convert to function expected " function" but got "undefined"
358 FAIL Set Document.onprogress assert_equals: Initially null expected null but got undefined 493 FAIL Set Document.onprogress assert_equals: Initially null expected null but got undefined
359 FAIL Enumerate Document.onprogress assert_true: expected true got undefined 494 FAIL Enumerate Document.onprogress assert_true: expected true got undefined
360 FAIL Set Window.onprogress assert_equals: Return null after setting string expec ted null but got "" 495 FAIL Set Window.onprogress assert_equals: Return null after setting string expec ted null but got ""
361 PASS Enumerate Window.onprogress 496 PASS Enumerate Window.onprogress
362 PASS No Element.onratechange 497 PASS No Element.onratechange
363 FAIL Set HTMLElement.onratechange assert_equals: Initially null expected null bu t got undefined 498 FAIL Set HTMLElement.onratechange assert_equals: Initially null expected null bu t got undefined
364 FAIL Enumerate HTMLElement.onratechange assert_true: expected true got undefined 499 FAIL Enumerate HTMLElement.onratechange assert_true: expected true got undefined
365 FAIL Reflect HTMLElement.onratechange assert_equals: Convert to function expecte d "function" but got "undefined" 500 FAIL Reflect HTMLElement.onratechange assert_equals: Convert to function expecte d "function" but got "undefined"
501 FAIL Set SVGElement.onratechange assert_equals: Initially null expected null but got undefined
502 FAIL Enumerate SVGElement.onratechange assert_true: expected true got undefined
503 FAIL Reflect SVGElement.onratechange assert_equals: Convert to function expected "function" but got "undefined"
366 FAIL Set Document.onratechange assert_equals: Initially null expected null but g ot undefined 504 FAIL Set Document.onratechange assert_equals: Initially null expected null but g ot undefined
367 FAIL Enumerate Document.onratechange assert_true: expected true got undefined 505 FAIL Enumerate Document.onratechange assert_true: expected true got undefined
368 FAIL Set Window.onratechange assert_equals: Return null after setting string exp ected null but got "" 506 FAIL Set Window.onratechange assert_equals: Return null after setting string exp ected null but got ""
369 PASS Enumerate Window.onratechange 507 PASS Enumerate Window.onratechange
370 FAIL No Element.onreset assert_false: expected false got true 508 FAIL No Element.onreset assert_false: expected false got true
371 PASS Set HTMLElement.onreset 509 PASS Set HTMLElement.onreset
372 FAIL Enumerate HTMLElement.onreset assert_true: expected true got undefined 510 FAIL Enumerate HTMLElement.onreset assert_true: expected true got undefined
373 PASS Reflect HTMLElement.onreset 511 PASS Reflect HTMLElement.onreset
512 PASS Set SVGElement.onreset
513 FAIL Enumerate SVGElement.onreset assert_true: expected true got undefined
514 FAIL Reflect SVGElement.onreset assert_equals: Convert to function expected "fun ction" but got "object"
374 PASS Set Document.onreset 515 PASS Set Document.onreset
375 FAIL Enumerate Document.onreset assert_true: expected true got undefined 516 FAIL Enumerate Document.onreset assert_true: expected true got undefined
376 PASS Set Window.onreset 517 PASS Set Window.onreset
377 PASS Enumerate Window.onreset 518 PASS Enumerate Window.onreset
378 FAIL No Element.onscroll assert_false: expected false got true 519 FAIL No Element.onscroll assert_false: expected false got true
379 PASS Set HTMLElement.onscroll 520 PASS Set HTMLElement.onscroll
380 FAIL Enumerate HTMLElement.onscroll assert_true: expected true got undefined 521 FAIL Enumerate HTMLElement.onscroll assert_true: expected true got undefined
381 PASS Reflect HTMLElement.onscroll 522 PASS Reflect HTMLElement.onscroll
523 PASS Set SVGElement.onscroll
524 FAIL Enumerate SVGElement.onscroll assert_true: expected true got undefined
525 FAIL Reflect SVGElement.onscroll assert_equals: Convert to function expected "fu nction" but got "object"
382 PASS Set Document.onscroll 526 PASS Set Document.onscroll
383 FAIL Enumerate Document.onscroll assert_true: expected true got undefined 527 FAIL Enumerate Document.onscroll assert_true: expected true got undefined
384 PASS Set Window.onscroll 528 PASS Set Window.onscroll
385 PASS Enumerate Window.onscroll 529 PASS Enumerate Window.onscroll
386 PASS No Element.onseeked 530 PASS No Element.onseeked
387 FAIL Set HTMLElement.onseeked assert_equals: Initially null expected null but go t undefined 531 FAIL Set HTMLElement.onseeked assert_equals: Initially null expected null but go t undefined
388 FAIL Enumerate HTMLElement.onseeked assert_true: expected true got undefined 532 FAIL Enumerate HTMLElement.onseeked assert_true: expected true got undefined
389 FAIL Reflect HTMLElement.onseeked assert_equals: Convert to function expected "f unction" but got "undefined" 533 FAIL Reflect HTMLElement.onseeked assert_equals: Convert to function expected "f unction" but got "undefined"
534 FAIL Set SVGElement.onseeked assert_equals: Initially null expected null but got undefined
535 FAIL Enumerate SVGElement.onseeked assert_true: expected true got undefined
536 FAIL Reflect SVGElement.onseeked assert_equals: Convert to function expected "fu nction" but got "undefined"
390 FAIL Set Document.onseeked assert_equals: Initially null expected null but got u ndefined 537 FAIL Set Document.onseeked assert_equals: Initially null expected null but got u ndefined
391 FAIL Enumerate Document.onseeked assert_true: expected true got undefined 538 FAIL Enumerate Document.onseeked assert_true: expected true got undefined
392 FAIL Set Window.onseeked assert_equals: Return null after setting string expecte d null but got "" 539 FAIL Set Window.onseeked assert_equals: Return null after setting string expecte d null but got ""
393 PASS Enumerate Window.onseeked 540 PASS Enumerate Window.onseeked
394 PASS No Element.onseeking 541 PASS No Element.onseeking
395 FAIL Set HTMLElement.onseeking assert_equals: Initially null expected null but g ot undefined 542 FAIL Set HTMLElement.onseeking assert_equals: Initially null expected null but g ot undefined
396 FAIL Enumerate HTMLElement.onseeking assert_true: expected true got undefined 543 FAIL Enumerate HTMLElement.onseeking assert_true: expected true got undefined
397 FAIL Reflect HTMLElement.onseeking assert_equals: Convert to function expected " function" but got "undefined" 544 FAIL Reflect HTMLElement.onseeking assert_equals: Convert to function expected " function" but got "undefined"
545 FAIL Set SVGElement.onseeking assert_equals: Initially null expected null but go t undefined
546 FAIL Enumerate SVGElement.onseeking assert_true: expected true got undefined
547 FAIL Reflect SVGElement.onseeking assert_equals: Convert to function expected "f unction" but got "undefined"
398 FAIL Set Document.onseeking assert_equals: Initially null expected null but got undefined 548 FAIL Set Document.onseeking assert_equals: Initially null expected null but got undefined
399 FAIL Enumerate Document.onseeking assert_true: expected true got undefined 549 FAIL Enumerate Document.onseeking assert_true: expected true got undefined
400 FAIL Set Window.onseeking assert_equals: Return null after setting string expect ed null but got "" 550 FAIL Set Window.onseeking assert_equals: Return null after setting string expect ed null but got ""
401 PASS Enumerate Window.onseeking 551 PASS Enumerate Window.onseeking
402 FAIL No Element.onselect assert_false: expected false got true 552 FAIL No Element.onselect assert_false: expected false got true
403 PASS Set HTMLElement.onselect 553 PASS Set HTMLElement.onselect
404 FAIL Enumerate HTMLElement.onselect assert_true: expected true got undefined 554 FAIL Enumerate HTMLElement.onselect assert_true: expected true got undefined
405 PASS Reflect HTMLElement.onselect 555 PASS Reflect HTMLElement.onselect
556 PASS Set SVGElement.onselect
557 FAIL Enumerate SVGElement.onselect assert_true: expected true got undefined
558 FAIL Reflect SVGElement.onselect assert_equals: Convert to function expected "fu nction" but got "object"
406 PASS Set Document.onselect 559 PASS Set Document.onselect
407 FAIL Enumerate Document.onselect assert_true: expected true got undefined 560 FAIL Enumerate Document.onselect assert_true: expected true got undefined
408 PASS Set Window.onselect 561 PASS Set Window.onselect
409 PASS Enumerate Window.onselect 562 PASS Enumerate Window.onselect
410 PASS No Element.onshow 563 PASS No Element.onshow
411 FAIL Set HTMLElement.onshow assert_equals: Initially null expected null but got undefined 564 FAIL Set HTMLElement.onshow assert_equals: Initially null expected null but got undefined
412 FAIL Enumerate HTMLElement.onshow assert_true: expected true got undefined 565 FAIL Enumerate HTMLElement.onshow assert_true: expected true got undefined
413 FAIL Reflect HTMLElement.onshow assert_equals: Convert to function expected "fun ction" but got "undefined" 566 FAIL Reflect HTMLElement.onshow assert_equals: Convert to function expected "fun ction" but got "undefined"
567 FAIL Set SVGElement.onshow assert_equals: Initially null expected null but got u ndefined
568 FAIL Enumerate SVGElement.onshow assert_true: expected true got undefined
569 FAIL Reflect SVGElement.onshow assert_equals: Convert to function expected "func tion" but got "undefined"
414 FAIL Set Document.onshow assert_equals: Initially null expected null but got und efined 570 FAIL Set Document.onshow assert_equals: Initially null expected null but got und efined
415 FAIL Enumerate Document.onshow assert_true: expected true got undefined 571 FAIL Enumerate Document.onshow assert_true: expected true got undefined
416 FAIL Set Window.onshow assert_equals: Initially null expected null but got undef ined 572 FAIL Set Window.onshow assert_equals: Initially null expected null but got undef ined
417 FAIL Enumerate Window.onshow assert_true: expected true got undefined 573 FAIL Enumerate Window.onshow assert_true: expected true got undefined
418 PASS No Element.onsort 574 PASS No Element.onsort
419 FAIL Set HTMLElement.onsort assert_equals: Initially null expected null but got undefined 575 FAIL Set HTMLElement.onsort assert_equals: Initially null expected null but got undefined
420 FAIL Enumerate HTMLElement.onsort assert_true: expected true got undefined 576 FAIL Enumerate HTMLElement.onsort assert_true: expected true got undefined
421 FAIL Reflect HTMLElement.onsort assert_equals: Convert to function expected "fun ction" but got "undefined" 577 FAIL Reflect HTMLElement.onsort assert_equals: Convert to function expected "fun ction" but got "undefined"
578 FAIL Set SVGElement.onsort assert_equals: Initially null expected null but got u ndefined
579 FAIL Enumerate SVGElement.onsort assert_true: expected true got undefined
580 FAIL Reflect SVGElement.onsort assert_equals: Convert to function expected "func tion" but got "undefined"
422 FAIL Set Document.onsort assert_equals: Initially null expected null but got und efined 581 FAIL Set Document.onsort assert_equals: Initially null expected null but got und efined
423 FAIL Enumerate Document.onsort assert_true: expected true got undefined 582 FAIL Enumerate Document.onsort assert_true: expected true got undefined
424 FAIL Set Window.onsort assert_equals: Initially null expected null but got undef ined 583 FAIL Set Window.onsort assert_equals: Initially null expected null but got undef ined
425 FAIL Enumerate Window.onsort assert_true: expected true got undefined 584 FAIL Enumerate Window.onsort assert_true: expected true got undefined
426 PASS No Element.onstalled 585 PASS No Element.onstalled
427 FAIL Set HTMLElement.onstalled assert_equals: Initially null expected null but g ot undefined 586 FAIL Set HTMLElement.onstalled assert_equals: Initially null expected null but g ot undefined
428 FAIL Enumerate HTMLElement.onstalled assert_true: expected true got undefined 587 FAIL Enumerate HTMLElement.onstalled assert_true: expected true got undefined
429 FAIL Reflect HTMLElement.onstalled assert_equals: Convert to function expected " function" but got "undefined" 588 FAIL Reflect HTMLElement.onstalled assert_equals: Convert to function expected " function" but got "undefined"
589 FAIL Set SVGElement.onstalled assert_equals: Initially null expected null but go t undefined
590 FAIL Enumerate SVGElement.onstalled assert_true: expected true got undefined
591 FAIL Reflect SVGElement.onstalled assert_equals: Convert to function expected "f unction" but got "undefined"
430 FAIL Set Document.onstalled assert_equals: Initially null expected null but got undefined 592 FAIL Set Document.onstalled assert_equals: Initially null expected null but got undefined
431 FAIL Enumerate Document.onstalled assert_true: expected true got undefined 593 FAIL Enumerate Document.onstalled assert_true: expected true got undefined
432 FAIL Set Window.onstalled assert_equals: Return null after setting string expect ed null but got "" 594 FAIL Set Window.onstalled assert_equals: Return null after setting string expect ed null but got ""
433 PASS Enumerate Window.onstalled 595 PASS Enumerate Window.onstalled
434 FAIL No Element.onsubmit assert_false: expected false got true 596 FAIL No Element.onsubmit assert_false: expected false got true
435 PASS Set HTMLElement.onsubmit 597 PASS Set HTMLElement.onsubmit
436 FAIL Enumerate HTMLElement.onsubmit assert_true: expected true got undefined 598 FAIL Enumerate HTMLElement.onsubmit assert_true: expected true got undefined
437 PASS Reflect HTMLElement.onsubmit 599 PASS Reflect HTMLElement.onsubmit
600 PASS Set SVGElement.onsubmit
601 FAIL Enumerate SVGElement.onsubmit assert_true: expected true got undefined
602 FAIL Reflect SVGElement.onsubmit assert_equals: Convert to function expected "fu nction" but got "object"
438 PASS Set Document.onsubmit 603 PASS Set Document.onsubmit
439 FAIL Enumerate Document.onsubmit assert_true: expected true got undefined 604 FAIL Enumerate Document.onsubmit assert_true: expected true got undefined
440 PASS Set Window.onsubmit 605 PASS Set Window.onsubmit
441 PASS Enumerate Window.onsubmit 606 PASS Enumerate Window.onsubmit
442 PASS No Element.onsuspend 607 PASS No Element.onsuspend
443 FAIL Set HTMLElement.onsuspend assert_equals: Initially null expected null but g ot undefined 608 FAIL Set HTMLElement.onsuspend assert_equals: Initially null expected null but g ot undefined
444 FAIL Enumerate HTMLElement.onsuspend assert_true: expected true got undefined 609 FAIL Enumerate HTMLElement.onsuspend assert_true: expected true got undefined
445 FAIL Reflect HTMLElement.onsuspend assert_equals: Convert to function expected " function" but got "undefined" 610 FAIL Reflect HTMLElement.onsuspend assert_equals: Convert to function expected " function" but got "undefined"
611 FAIL Set SVGElement.onsuspend assert_equals: Initially null expected null but go t undefined
612 FAIL Enumerate SVGElement.onsuspend assert_true: expected true got undefined
613 FAIL Reflect SVGElement.onsuspend assert_equals: Convert to function expected "f unction" but got "undefined"
446 FAIL Set Document.onsuspend assert_equals: Initially null expected null but got undefined 614 FAIL Set Document.onsuspend assert_equals: Initially null expected null but got undefined
447 FAIL Enumerate Document.onsuspend assert_true: expected true got undefined 615 FAIL Enumerate Document.onsuspend assert_true: expected true got undefined
448 FAIL Set Window.onsuspend assert_equals: Return null after setting string expect ed null but got "" 616 FAIL Set Window.onsuspend assert_equals: Return null after setting string expect ed null but got ""
449 PASS Enumerate Window.onsuspend 617 PASS Enumerate Window.onsuspend
450 PASS No Element.ontimeupdate 618 PASS No Element.ontimeupdate
451 FAIL Set HTMLElement.ontimeupdate assert_equals: Initially null expected null bu t got undefined 619 FAIL Set HTMLElement.ontimeupdate assert_equals: Initially null expected null bu t got undefined
452 FAIL Enumerate HTMLElement.ontimeupdate assert_true: expected true got undefined 620 FAIL Enumerate HTMLElement.ontimeupdate assert_true: expected true got undefined
453 FAIL Reflect HTMLElement.ontimeupdate assert_equals: Convert to function expecte d "function" but got "undefined" 621 FAIL Reflect HTMLElement.ontimeupdate assert_equals: Convert to function expecte d "function" but got "undefined"
622 FAIL Set SVGElement.ontimeupdate assert_equals: Initially null expected null but got undefined
623 FAIL Enumerate SVGElement.ontimeupdate assert_true: expected true got undefined
624 FAIL Reflect SVGElement.ontimeupdate assert_equals: Convert to function expected "function" but got "undefined"
454 FAIL Set Document.ontimeupdate assert_equals: Initially null expected null but g ot undefined 625 FAIL Set Document.ontimeupdate assert_equals: Initially null expected null but g ot undefined
455 FAIL Enumerate Document.ontimeupdate assert_true: expected true got undefined 626 FAIL Enumerate Document.ontimeupdate assert_true: expected true got undefined
456 FAIL Set Window.ontimeupdate assert_equals: Return null after setting string exp ected null but got "" 627 FAIL Set Window.ontimeupdate assert_equals: Return null after setting string exp ected null but got ""
457 PASS Enumerate Window.ontimeupdate 628 PASS Enumerate Window.ontimeupdate
458 PASS No Element.onvolumechange 629 PASS No Element.onvolumechange
459 FAIL Set HTMLElement.onvolumechange assert_equals: Initially null expected null but got undefined 630 FAIL Set HTMLElement.onvolumechange assert_equals: Initially null expected null but got undefined
460 FAIL Enumerate HTMLElement.onvolumechange assert_true: expected true got undefin ed 631 FAIL Enumerate HTMLElement.onvolumechange assert_true: expected true got undefin ed
461 FAIL Reflect HTMLElement.onvolumechange assert_equals: Convert to function expec ted "function" but got "undefined" 632 FAIL Reflect HTMLElement.onvolumechange assert_equals: Convert to function expec ted "function" but got "undefined"
633 FAIL Set SVGElement.onvolumechange assert_equals: Initially null expected null b ut got undefined
634 FAIL Enumerate SVGElement.onvolumechange assert_true: expected true got undefine d
635 FAIL Reflect SVGElement.onvolumechange assert_equals: Convert to function expect ed "function" but got "undefined"
462 FAIL Set Document.onvolumechange assert_equals: Initially null expected null but got undefined 636 FAIL Set Document.onvolumechange assert_equals: Initially null expected null but got undefined
463 FAIL Enumerate Document.onvolumechange assert_true: expected true got undefined 637 FAIL Enumerate Document.onvolumechange assert_true: expected true got undefined
464 FAIL Set Window.onvolumechange assert_equals: Return null after setting string e xpected null but got "" 638 FAIL Set Window.onvolumechange assert_equals: Return null after setting string e xpected null but got ""
465 PASS Enumerate Window.onvolumechange 639 PASS Enumerate Window.onvolumechange
466 PASS No Element.onwaiting 640 PASS No Element.onwaiting
467 FAIL Set HTMLElement.onwaiting assert_equals: Initially null expected null but g ot undefined 641 FAIL Set HTMLElement.onwaiting assert_equals: Initially null expected null but g ot undefined
468 FAIL Enumerate HTMLElement.onwaiting assert_true: expected true got undefined 642 FAIL Enumerate HTMLElement.onwaiting assert_true: expected true got undefined
469 FAIL Reflect HTMLElement.onwaiting assert_equals: Convert to function expected " function" but got "undefined" 643 FAIL Reflect HTMLElement.onwaiting assert_equals: Convert to function expected " function" but got "undefined"
644 FAIL Set SVGElement.onwaiting assert_equals: Initially null expected null but go t undefined
645 FAIL Enumerate SVGElement.onwaiting assert_true: expected true got undefined
646 FAIL Reflect SVGElement.onwaiting assert_equals: Convert to function expected "f unction" but got "undefined"
470 FAIL Set Document.onwaiting assert_equals: Initially null expected null but got undefined 647 FAIL Set Document.onwaiting assert_equals: Initially null expected null but got undefined
471 FAIL Enumerate Document.onwaiting assert_true: expected true got undefined 648 FAIL Enumerate Document.onwaiting assert_true: expected true got undefined
472 FAIL Set Window.onwaiting assert_equals: Return null after setting string expect ed null but got "" 649 FAIL Set Window.onwaiting assert_equals: Return null after setting string expect ed null but got ""
473 PASS Enumerate Window.onwaiting 650 PASS Enumerate Window.onwaiting
474 651
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/global-event-handlers.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698