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

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

Issue 26467002: Add LayoutTest for GlobalEventHandlers (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
OLDNEW
(Empty)
1
2 PASS Set element.onabort
3 PASS Reflect element.onabort
4 PASS Set document.onabort
5 PASS Set window.onabort
6 PASS Set element.onblur
7 PASS Reflect element.onblur
8 PASS Set document.onblur
9 PASS Set window.onblur
10 PASS Set element.onerror
11 PASS Reflect element.onerror
12 PASS Set document.onerror
13 PASS Set window.onerror
14 PASS Set element.onfocus
15 PASS Reflect element.onfocus
16 PASS Set document.onfocus
17 PASS Set window.onfocus
18 FAIL Set element.oncancel assert_equals: Initially null expected null but got un defined
19 FAIL Reflect element.oncancel assert_equals: Convert to function expected "funct ion" but got "undefined"
20 FAIL Set document.oncancel assert_equals: Initially null expected null but got u ndefined
21 FAIL Set window.oncancel assert_equals: Initially null expected null but got und efined
22 FAIL Set element.oncanplay assert_equals: Initially null expected null but got u ndefined
23 FAIL Reflect element.oncanplay assert_equals: Convert to function expected "func tion" but got "undefined"
24 FAIL Set document.oncanplay assert_equals: Initially null expected null but got undefined
25 FAIL Set window.oncanplay assert_equals: Return null after setting string expect ed null but got ""
26 FAIL Set element.oncanplaythrough assert_equals: Initially null expected null bu t got undefined
27 FAIL Reflect element.oncanplaythrough assert_equals: Convert to function expecte d "function" but got "undefined"
28 FAIL Set document.oncanplaythrough assert_equals: Initially null expected null b ut got undefined
29 FAIL Set window.oncanplaythrough assert_equals: Return null after setting string expected null but got ""
30 PASS Set element.onchange
31 PASS Reflect element.onchange
32 PASS Set document.onchange
33 PASS Set window.onchange
34 PASS Set element.onclick
35 PASS Reflect element.onclick
36 PASS Set document.onclick
37 PASS Set window.onclick
38 FAIL Set element.onclose assert_equals: Initially null expected null but got und efined
39 FAIL Reflect element.onclose assert_equals: Convert to function expected "functi on" but got "undefined"
40 FAIL Set document.onclose assert_equals: Initially null expected null but got un defined
41 FAIL Set window.onclose assert_equals: Initially null expected null but got unde fined
42 PASS Set element.oncontextmenu
43 PASS Reflect element.oncontextmenu
44 PASS Set document.oncontextmenu
45 PASS Set window.oncontextmenu
46 FAIL Set element.oncuechange assert_equals: Initially null expected null but got undefined
47 FAIL Reflect element.oncuechange assert_equals: Convert to function expected "fu nction" but got "undefined"
48 FAIL Set document.oncuechange assert_equals: Initially null expected null but go t undefined
49 FAIL Set window.oncuechange assert_equals: Initially null expected null but got undefined
50 PASS Set element.ondblclick
51 PASS Reflect element.ondblclick
52 PASS Set document.ondblclick
53 PASS Set window.ondblclick
54 PASS Set element.ondrag
55 PASS Reflect element.ondrag
56 PASS Set document.ondrag
57 PASS Set window.ondrag
58 PASS Set element.ondragend
59 PASS Reflect element.ondragend
60 PASS Set document.ondragend
61 PASS Set window.ondragend
62 PASS Set element.ondragenter
63 PASS Reflect element.ondragenter
64 PASS Set document.ondragenter
65 PASS Set window.ondragenter
66 FAIL Set element.ondragexit assert_equals: Initially null expected null but got undefined
67 FAIL Reflect element.ondragexit assert_equals: Convert to function expected "fun ction" but got "undefined"
68 FAIL Set document.ondragexit assert_equals: Initially null expected null but got undefined
69 FAIL Set window.ondragexit assert_equals: Initially null expected null but got u ndefined
70 PASS Set element.ondragleave
71 PASS Reflect element.ondragleave
72 PASS Set document.ondragleave
73 PASS Set window.ondragleave
74 PASS Set element.ondragover
75 PASS Reflect element.ondragover
76 PASS Set document.ondragover
77 PASS Set window.ondragover
78 PASS Set element.ondragstart
79 PASS Reflect element.ondragstart
80 PASS Set document.ondragstart
81 PASS Set window.ondragstart
82 PASS Set element.ondrop
83 PASS Reflect element.ondrop
84 PASS Set document.ondrop
85 PASS Set window.ondrop
86 FAIL Set element.ondurationchange assert_equals: Initially null expected null bu t got undefined
87 FAIL Reflect element.ondurationchange assert_equals: Convert to function expecte d "function" but got "undefined"
88 FAIL Set document.ondurationchange assert_equals: Initially null expected null b ut got undefined
89 FAIL Set window.ondurationchange assert_equals: Return null after setting string expected null but got ""
90 FAIL Set element.onemptied assert_equals: Initially null expected null but got u ndefined
91 FAIL Reflect element.onemptied assert_equals: Convert to function expected "func tion" but got "undefined"
92 FAIL Set document.onemptied assert_equals: Initially null expected null but got undefined
93 FAIL Set window.onemptied assert_equals: Return null after setting string expect ed null but got ""
94 FAIL Set element.onended assert_equals: Initially null expected null but got und efined
95 FAIL Reflect element.onended assert_equals: Convert to function expected "functi on" but got "undefined"
96 FAIL Set document.onended assert_equals: Initially null expected null but got un defined
97 FAIL Set window.onended assert_equals: Return null after setting string expected null but got ""
98 PASS Set element.oninput
99 PASS Reflect element.oninput
100 PASS Set document.oninput
101 PASS Set window.oninput
102 PASS Set element.oninvalid
103 PASS Reflect element.oninvalid
104 PASS Set document.oninvalid
105 PASS Set window.oninvalid
106 PASS Set element.onkeydown
107 PASS Reflect element.onkeydown
108 PASS Set document.onkeydown
109 PASS Set window.onkeydown
110 PASS Set element.onkeypress
111 PASS Reflect element.onkeypress
112 PASS Set document.onkeypress
113 PASS Set window.onkeypress
114 PASS Set element.onkeyup
115 PASS Reflect element.onkeyup
116 PASS Set document.onkeyup
117 PASS Set window.onkeyup
118 PASS Set element.onload
119 PASS Reflect element.onload
120 PASS Set document.onload
121 PASS Set window.onload
122 FAIL Set element.onloadeddata assert_equals: Initially null expected null but go t undefined
123 FAIL Reflect element.onloadeddata assert_equals: Convert to function expected "f unction" but got "undefined"
124 FAIL Set document.onloadeddata assert_equals: Initially null expected null but g ot undefined
125 FAIL Set window.onloadeddata assert_equals: Return null after setting string exp ected null but got ""
126 FAIL Set element.onloadedmetadata assert_equals: Initially null expected null bu t got undefined
127 FAIL Reflect element.onloadedmetadata assert_equals: Convert to function expecte d "function" but got "undefined"
128 FAIL Set document.onloadedmetadata assert_equals: Initially null expected null b ut got undefined
129 FAIL Set window.onloadedmetadata assert_equals: Return null after setting string expected null but got ""
130 FAIL Set element.onloadstart assert_equals: Initially null expected null but got undefined
131 FAIL Reflect element.onloadstart assert_equals: Convert to function expected "fu nction" but got "undefined"
132 FAIL Set document.onloadstart assert_equals: Initially null expected null but go t undefined
133 FAIL Set window.onloadstart assert_equals: Return null after setting string expe cted null but got ""
134 PASS Set element.onmousedown
135 PASS Reflect element.onmousedown
136 PASS Set document.onmousedown
137 PASS Set window.onmousedown
138 PASS Set element.onmouseenter
139 PASS Reflect element.onmouseenter
140 PASS Set document.onmouseenter
141 PASS Set window.onmouseenter
142 PASS Set element.onmouseleave
143 PASS Reflect element.onmouseleave
144 PASS Set document.onmouseleave
145 PASS Set window.onmouseleave
146 PASS Set element.onmousemove
147 PASS Reflect element.onmousemove
148 PASS Set document.onmousemove
149 PASS Set window.onmousemove
150 PASS Set element.onmouseout
151 PASS Reflect element.onmouseout
152 PASS Set document.onmouseout
153 PASS Set window.onmouseout
154 PASS Set element.onmouseover
155 PASS Reflect element.onmouseover
156 PASS Set document.onmouseover
157 PASS Set window.onmouseover
158 PASS Set element.onmouseup
159 PASS Reflect element.onmouseup
160 PASS Set document.onmouseup
161 PASS Set window.onmouseup
162 PASS Set element.onmousewheel
163 PASS Reflect element.onmousewheel
164 PASS Set document.onmousewheel
165 PASS Set window.onmousewheel
166 FAIL Set element.onpause assert_equals: Initially null expected null but got und efined
167 FAIL Reflect element.onpause assert_equals: Convert to function expected "functi on" but got "undefined"
168 FAIL Set document.onpause assert_equals: Initially null expected null but got un defined
169 FAIL Set window.onpause assert_equals: Return null after setting string expected null but got ""
170 FAIL Set element.onplay assert_equals: Initially null expected null but got unde fined
171 FAIL Reflect element.onplay assert_equals: Convert to function expected "functio n" but got "undefined"
172 FAIL Set document.onplay assert_equals: Initially null expected null but got und efined
173 FAIL Set window.onplay assert_equals: Return null after setting string expected null but got ""
174 FAIL Set element.onplaying assert_equals: Initially null expected null but got u ndefined
175 FAIL Reflect element.onplaying assert_equals: Convert to function expected "func tion" but got "undefined"
176 FAIL Set document.onplaying assert_equals: Initially null expected null but got undefined
177 FAIL Set window.onplaying assert_equals: Return null after setting string expect ed null but got ""
178 FAIL Set element.onprogress assert_equals: Initially null expected null but got undefined
179 FAIL Reflect element.onprogress assert_equals: Convert to function expected "fun ction" but got "undefined"
180 FAIL Set document.onprogress assert_equals: Initially null expected null but got undefined
181 FAIL Set window.onprogress assert_equals: Return null after setting string expec ted null but got ""
182 FAIL Set element.onratechange assert_equals: Initially null expected null but go t undefined
183 FAIL Reflect element.onratechange assert_equals: Convert to function expected "f unction" but got "undefined"
184 FAIL Set document.onratechange assert_equals: Initially null expected null but g ot undefined
185 FAIL Set window.onratechange assert_equals: Return null after setting string exp ected null but got ""
186 PASS Set element.onreset
187 PASS Reflect element.onreset
188 PASS Set document.onreset
189 PASS Set window.onreset
190 PASS Set element.onscroll
191 PASS Reflect element.onscroll
192 PASS Set document.onscroll
193 PASS Set window.onscroll
194 FAIL Set element.onseeked assert_equals: Initially null expected null but got un defined
195 FAIL Reflect element.onseeked assert_equals: Convert to function expected "funct ion" but got "undefined"
196 FAIL Set document.onseeked assert_equals: Initially null expected null but got u ndefined
197 FAIL Set window.onseeked assert_equals: Return null after setting string expecte d null but got ""
198 FAIL Set element.onseeking assert_equals: Initially null expected null but got u ndefined
199 FAIL Reflect element.onseeking assert_equals: Convert to function expected "func tion" but got "undefined"
200 FAIL Set document.onseeking assert_equals: Initially null expected null but got undefined
201 FAIL Set window.onseeking assert_equals: Return null after setting string expect ed null but got ""
202 PASS Set element.onselect
203 PASS Reflect element.onselect
204 PASS Set document.onselect
205 PASS Set window.onselect
206 FAIL Set element.onshow assert_equals: Initially null expected null but got unde fined
207 FAIL Reflect element.onshow assert_equals: Convert to function expected "functio n" but got "undefined"
208 FAIL Set document.onshow assert_equals: Initially null expected null but got und efined
209 FAIL Set window.onshow assert_equals: Initially null expected null but got undef ined
210 FAIL Set element.onsort assert_equals: Initially null expected null but got unde fined
211 FAIL Reflect element.onsort assert_equals: Convert to function expected "functio n" but got "undefined"
212 FAIL Set document.onsort assert_equals: Initially null expected null but got und efined
213 FAIL Set window.onsort assert_equals: Initially null expected null but got undef ined
214 FAIL Set element.onstalled assert_equals: Initially null expected null but got u ndefined
215 FAIL Reflect element.onstalled assert_equals: Convert to function expected "func tion" but got "undefined"
216 FAIL Set document.onstalled assert_equals: Initially null expected null but got undefined
217 FAIL Set window.onstalled assert_equals: Return null after setting string expect ed null but got ""
218 PASS Set element.onsubmit
219 PASS Reflect element.onsubmit
220 PASS Set document.onsubmit
221 PASS Set window.onsubmit
222 FAIL Set element.onsuspend assert_equals: Initially null expected null but got u ndefined
223 FAIL Reflect element.onsuspend assert_equals: Convert to function expected "func tion" but got "undefined"
224 FAIL Set document.onsuspend assert_equals: Initially null expected null but got undefined
225 FAIL Set window.onsuspend assert_equals: Return null after setting string expect ed null but got ""
226 FAIL Set element.ontimeupdate assert_equals: Initially null expected null but go t undefined
227 FAIL Reflect element.ontimeupdate assert_equals: Convert to function expected "f unction" but got "undefined"
228 FAIL Set document.ontimeupdate assert_equals: Initially null expected null but g ot undefined
229 FAIL Set window.ontimeupdate assert_equals: Return null after setting string exp ected null but got ""
230 FAIL Set element.onvolumechange assert_equals: Initially null expected null but got undefined
231 FAIL Reflect element.onvolumechange assert_equals: Convert to function expected "function" but got "undefined"
232 FAIL Set document.onvolumechange assert_equals: Initially null expected null but got undefined
233 FAIL Set window.onvolumechange assert_equals: Return null after setting string e xpected null but got ""
234 FAIL Set element.onwaiting assert_equals: Initially null expected null but got u ndefined
235 FAIL Reflect element.onwaiting assert_equals: Convert to function expected "func tion" but got "undefined"
236 FAIL Set document.onwaiting assert_equals: Initially null expected null but got undefined
237 FAIL Set window.onwaiting assert_equals: Return null after setting string expect ed null but got ""
238 FAIL Enumerate element.on* assert_true: Found onabort expected true got false
239 FAIL Enumerate document.on* assert_true: Found onabort expected true got false
240 FAIL Enumerate window.on* assert_true: Found oncancel expected true got false
241
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698