Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / dom / event-attribute-availability-expected.txt
1 This tests what event handler attributes are available on what objects.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 Test Element
7 PASS 'onabort' in element is true
8 PASS 'onblur' in element is true
9 PASS 'onchange' in element is true
10 PASS 'onclick' in element is true
11 PASS 'oncontextmenu' in element is true
12 PASS 'ondblclick' in element is true
13 PASS 'ondrag' in element is true
14 PASS 'ondragend' in element is true
15 PASS 'ondragenter' in element is true
16 PASS 'ondragleave' in element is true
17 PASS 'ondragover' in element is true
18 PASS 'ondragstart' in element is true
19 PASS 'ondrop' in element is true
20 PASS 'onerror' in element is true
21 PASS 'onfocus' in element is true
22 PASS 'oninput' in element is true
23 PASS 'onkeydown' in element is true
24 PASS 'onkeypress' in element is true
25 PASS 'onkeyup' in element is true
26 PASS 'onload' in element is true
27 PASS 'onmousedown' in element is true
28 PASS 'onmousemove' in element is true
29 PASS 'onmouseout' in element is true
30 PASS 'onmouseover' in element is true
31 PASS 'onmouseup' in element is true
32 PASS 'onmousewheel' in element is true
33 PASS 'onscroll' in element is true
34 PASS 'onselect' in element is true
35 PASS 'onsubmit' in element is true
36 PASS 'onbeforecut' in element is true
37 PASS 'oncut' in element is true
38 PASS 'onbeforecopy' in element is true
39 PASS 'oncopy' in element is true
40 PASS 'onbeforepaste' in element is true
41 PASS 'onpaste' in element is true
42 PASS 'onreset' in element is true
43 PASS 'onsearch' in element is true
44 PASS 'onselectstart' in element is true
45
46 Test Document
47 PASS 'onabort' in document is true
48 PASS 'onblur' in document is true
49 PASS 'onchange' in document is true
50 PASS 'onclick' in document is true
51 PASS 'oncontextmenu' in document is true
52 PASS 'ondblclick' in document is true
53 PASS 'ondrag' in document is true
54 PASS 'ondragend' in document is true
55 PASS 'ondragenter' in document is true
56 PASS 'ondragleave' in document is true
57 PASS 'ondragover' in document is true
58 PASS 'ondragstart' in document is true
59 PASS 'ondrop' in document is true
60 PASS 'onerror' in document is true
61 PASS 'onfocus' in document is true
62 PASS 'oninput' in document is true
63 PASS 'onkeydown' in document is true
64 PASS 'onkeypress' in document is true
65 PASS 'onkeyup' in document is true
66 PASS 'onload' in document is true
67 PASS 'onmousedown' in document is true
68 PASS 'onmousemove' in document is true
69 PASS 'onmouseout' in document is true
70 PASS 'onmouseover' in document is true
71 PASS 'onmouseup' in document is true
72 PASS 'onmousewheel' in document is true
73 PASS 'onscroll' in document is true
74 PASS 'onselect' in document is true
75 PASS 'onsubmit' in document is true
76 PASS 'onbeforecut' in document is true
77 PASS 'oncut' in document is true
78 PASS 'onbeforecopy' in document is true
79 PASS 'oncopy' in document is true
80 PASS 'onbeforepaste' in document is true
81 PASS 'onpaste' in document is true
82 PASS 'onreset' in document is true
83 PASS 'onsearch' in document is true
84 PASS 'onselectstart' in document is true
85
86 Test Window
87 PASS 'onabort' in window is true
88 PASS 'onblur' in window is true
89 PASS 'onchange' in window is true
90 PASS 'onclick' in window is true
91 PASS 'oncontextmenu' in window is true
92 PASS 'ondblclick' in window is true
93 PASS 'ondrag' in window is true
94 PASS 'ondragend' in window is true
95 PASS 'ondragenter' in window is true
96 PASS 'ondragleave' in window is true
97 PASS 'ondragover' in window is true
98 PASS 'ondragstart' in window is true
99 PASS 'ondrop' in window is true
100 PASS 'onerror' in window is true
101 PASS 'onfocus' in window is true
102 PASS 'oninput' in window is true
103 PASS 'onkeydown' in window is true
104 PASS 'onkeypress' in window is true
105 PASS 'onkeyup' in window is true
106 PASS 'onload' in window is true
107 PASS 'onmousedown' in window is true
108 PASS 'onmousemove' in window is true
109 PASS 'onmouseout' in window is true
110 PASS 'onmouseover' in window is true
111 PASS 'onmouseup' in window is true
112 PASS 'onmousewheel' in window is true
113 PASS 'onscroll' in window is true
114 PASS 'onselect' in window is true
115 PASS 'onsubmit' in window is true
116 FAIL 'onbeforecut' in window should be true. Was false.
117 FAIL 'oncut' in window should be true. Was false.
118 FAIL 'onbeforecopy' in window should be true. Was false.
119 FAIL 'oncopy' in window should be true. Was false.
120 FAIL 'onbeforepaste' in window should be true. Was false.
121 FAIL 'onpaste' in window should be true. Was false.
122 PASS 'onreset' in window is true
123 PASS 'onsearch' in window is true
124 FAIL 'onselectstart' in window should be true. Was false.
125
126 Test Text Node
127 PASS 'onabort' in textNode is false
128 PASS 'onblur' in textNode is false
129 PASS 'onchange' in textNode is false
130 PASS 'onclick' in textNode is false
131 PASS 'oncontextmenu' in textNode is false
132 PASS 'ondblclick' in textNode is false
133 PASS 'ondrag' in textNode is false
134 PASS 'ondragend' in textNode is false
135 PASS 'ondragenter' in textNode is false
136 PASS 'ondragleave' in textNode is false
137 PASS 'ondragover' in textNode is false
138 PASS 'ondragstart' in textNode is false
139 PASS 'ondrop' in textNode is false
140 PASS 'onerror' in textNode is false
141 PASS 'onfocus' in textNode is false
142 PASS 'oninput' in textNode is false
143 PASS 'onkeydown' in textNode is false
144 PASS 'onkeypress' in textNode is false
145 PASS 'onkeyup' in textNode is false
146 PASS 'onload' in textNode is false
147 PASS 'onmousedown' in textNode is false
148 PASS 'onmousemove' in textNode is false
149 PASS 'onmouseout' in textNode is false
150 PASS 'onmouseover' in textNode is false
151 PASS 'onmouseup' in textNode is false
152 PASS 'onmousewheel' in textNode is false
153 PASS 'onscroll' in textNode is false
154 PASS 'onselect' in textNode is false
155 PASS 'onsubmit' in textNode is false
156 PASS 'onbeforecut' in textNode is false
157 PASS 'oncut' in textNode is false
158 PASS 'onbeforecopy' in textNode is false
159 PASS 'oncopy' in textNode is false
160 PASS 'onbeforepaste' in textNode is false
161 PASS 'onpaste' in textNode is false
162 PASS 'onreset' in textNode is false
163 PASS 'onsearch' in textNode is false
164 PASS 'onselectstart' in textNode is false
165
166 Test Attribute
167 PASS 'onabort' in attribute is false
168 PASS 'onblur' in attribute is false
169 PASS 'onchange' in attribute is false
170 PASS 'onclick' in attribute is false
171 PASS 'oncontextmenu' in attribute is false
172 PASS 'ondblclick' in attribute is false
173 PASS 'ondrag' in attribute is false
174 PASS 'ondragend' in attribute is false
175 PASS 'ondragenter' in attribute is false
176 PASS 'ondragleave' in attribute is false
177 PASS 'ondragover' in attribute is false
178 PASS 'ondragstart' in attribute is false
179 PASS 'ondrop' in attribute is false
180 PASS 'onerror' in attribute is false
181 PASS 'onfocus' in attribute is false
182 PASS 'oninput' in attribute is false
183 PASS 'onkeydown' in attribute is false
184 PASS 'onkeypress' in attribute is false
185 PASS 'onkeyup' in attribute is false
186 PASS 'onload' in attribute is false
187 PASS 'onmousedown' in attribute is false
188 PASS 'onmousemove' in attribute is false
189 PASS 'onmouseout' in attribute is false
190 PASS 'onmouseover' in attribute is false
191 PASS 'onmouseup' in attribute is false
192 PASS 'onmousewheel' in attribute is false
193 PASS 'onscroll' in attribute is false
194 PASS 'onselect' in attribute is false
195 PASS 'onsubmit' in attribute is false
196 PASS 'onbeforecut' in attribute is false
197 PASS 'oncut' in attribute is false
198 PASS 'onbeforecopy' in attribute is false
199 PASS 'oncopy' in attribute is false
200 PASS 'onbeforepaste' in attribute is false
201 PASS 'onpaste' in attribute is false
202 PASS 'onreset' in attribute is false
203 PASS 'onsearch' in attribute is false
204 PASS 'onselectstart' in attribute is false
205
206 Test HTMLBodyElement
207 PASS 'onabort' in body is true
208 PASS 'onblur' in body is true
209 PASS 'onchange' in body is true
210 PASS 'onclick' in body is true
211 PASS 'oncontextmenu' in body is true
212 PASS 'ondblclick' in body is true
213 PASS 'ondrag' in body is true
214 PASS 'ondragend' in body is true
215 PASS 'ondragenter' in body is true
216 PASS 'ondragleave' in body is true
217 PASS 'ondragover' in body is true
218 PASS 'ondragstart' in body is true
219 PASS 'ondrop' in body is true
220 PASS 'onerror' in body is true
221 PASS 'onfocus' in body is true
222 PASS 'oninput' in body is true
223 PASS 'onkeydown' in body is true
224 PASS 'onkeypress' in body is true
225 PASS 'onkeyup' in body is true
226 PASS 'onload' in body is true
227 PASS 'onmousedown' in body is true
228 PASS 'onmousemove' in body is true
229 PASS 'onmouseout' in body is true
230 PASS 'onmouseover' in body is true
231 PASS 'onmouseup' in body is true
232 PASS 'onmousewheel' in body is true
233 PASS 'onscroll' in body is true
234 PASS 'onselect' in body is true
235 PASS 'onsubmit' in body is true
236 PASS 'onbeforecut' in body is true
237 PASS 'oncut' in body is true
238 PASS 'onbeforecopy' in body is true
239 PASS 'oncopy' in body is true
240 PASS 'onbeforepaste' in body is true
241 PASS 'onpaste' in body is true
242 PASS 'onreset' in body is true
243 PASS 'onsearch' in body is true
244 PASS 'onselectstart' in body is true
245 PASS 'onbeforeunload' in body is true
246 PASS 'onmessage' in body is true
247 PASS 'onoffline' in body is true
248 PASS 'ononline' in body is true
249 PASS 'onresize' in body is true
250 PASS 'onstorage' in body is true
251 PASS 'onunload' in body is true
252 PASS 'onblur' in body is true
253 PASS 'onerror' in body is true
254 PASS 'onfocus' in body is true
255 PASS 'onload' in body is true
256
257 Test HTMLFrameSetElement
258 PASS 'onabort' in frameSet is true
259 PASS 'onblur' in frameSet is true
260 PASS 'onchange' in frameSet is true
261 PASS 'onclick' in frameSet is true
262 PASS 'oncontextmenu' in frameSet is true
263 PASS 'ondblclick' in frameSet is true
264 PASS 'ondrag' in frameSet is true
265 PASS 'ondragend' in frameSet is true
266 PASS 'ondragenter' in frameSet is true
267 PASS 'ondragleave' in frameSet is true
268 PASS 'ondragover' in frameSet is true
269 PASS 'ondragstart' in frameSet is true
270 PASS 'ondrop' in frameSet is true
271 PASS 'onerror' in frameSet is true
272 PASS 'onfocus' in frameSet is true
273 PASS 'oninput' in frameSet is true
274 PASS 'onkeydown' in frameSet is true
275 PASS 'onkeypress' in frameSet is true
276 PASS 'onkeyup' in frameSet is true
277 PASS 'onload' in frameSet is true
278 PASS 'onmousedown' in frameSet is true
279 PASS 'onmousemove' in frameSet is true
280 PASS 'onmouseout' in frameSet is true
281 PASS 'onmouseover' in frameSet is true
282 PASS 'onmouseup' in frameSet is true
283 PASS 'onmousewheel' in frameSet is true
284 PASS 'onscroll' in frameSet is true
285 PASS 'onselect' in frameSet is true
286 PASS 'onsubmit' in frameSet is true
287 PASS 'onbeforecut' in frameSet is true
288 PASS 'oncut' in frameSet is true
289 PASS 'onbeforecopy' in frameSet is true
290 PASS 'oncopy' in frameSet is true
291 PASS 'onbeforepaste' in frameSet is true
292 PASS 'onpaste' in frameSet is true
293 PASS 'onreset' in frameSet is true
294 PASS 'onsearch' in frameSet is true
295 PASS 'onselectstart' in frameSet is true
296 PASS 'onbeforeunload' in frameSet is true
297 PASS 'onmessage' in frameSet is true
298 PASS 'onoffline' in frameSet is true
299 PASS 'ononline' in frameSet is true
300 PASS 'onresize' in frameSet is true
301 PASS 'onstorage' in frameSet is true
302 PASS 'onunload' in frameSet is true
303 PASS 'onblur' in frameSet is true
304 PASS 'onerror' in frameSet is true
305 PASS 'onfocus' in frameSet is true
306 PASS 'onload' in frameSet is true
307
308 Test SVGPathElement
309 PASS 'onabort' in pathelement is true
310 PASS 'onblur' in pathelement is true
311 PASS 'onchange' in pathelement is true
312 PASS 'onclick' in pathelement is true
313 PASS 'oncontextmenu' in pathelement is true
314 PASS 'ondblclick' in pathelement is true
315 PASS 'ondrag' in pathelement is true
316 PASS 'ondragend' in pathelement is true
317 PASS 'ondragenter' in pathelement is true
318 PASS 'ondragleave' in pathelement is true
319 PASS 'ondragover' in pathelement is true
320 PASS 'ondragstart' in pathelement is true
321 PASS 'ondrop' in pathelement is true
322 PASS 'onerror' in pathelement is true
323 PASS 'onfocus' in pathelement is true
324 PASS 'oninput' in pathelement is true
325 PASS 'onkeydown' in pathelement is true
326 PASS 'onkeypress' in pathelement is true
327 PASS 'onkeyup' in pathelement is true
328 PASS 'onload' in pathelement is true
329 PASS 'onmousedown' in pathelement is true
330 PASS 'onmousemove' in pathelement is true
331 PASS 'onmouseout' in pathelement is true
332 PASS 'onmouseover' in pathelement is true
333 PASS 'onmouseup' in pathelement is true
334 PASS 'onmousewheel' in pathelement is true
335 PASS 'onscroll' in pathelement is true
336 PASS 'onselect' in pathelement is true
337 PASS 'onsubmit' in pathelement is true
338 PASS 'onbeforecut' in pathelement is true
339 PASS 'oncut' in pathelement is true
340 PASS 'onbeforecopy' in pathelement is true
341 PASS 'oncopy' in pathelement is true
342 PASS 'onbeforepaste' in pathelement is true
343 PASS 'onpaste' in pathelement is true
344 PASS 'onreset' in pathelement is true
345 PASS 'onsearch' in pathelement is true
346 PASS 'onselectstart' in pathelement is true
347
348 Test SVGSVGElement
349 PASS 'onabort' in svgelement is true
350 PASS 'onblur' in svgelement is true
351 PASS 'onchange' in svgelement is true
352 PASS 'onclick' in svgelement is true
353 PASS 'oncontextmenu' in svgelement is true
354 PASS 'ondblclick' in svgelement is true
355 PASS 'ondrag' in svgelement is true
356 PASS 'ondragend' in svgelement is true
357 PASS 'ondragenter' in svgelement is true
358 PASS 'ondragleave' in svgelement is true
359 PASS 'ondragover' in svgelement is true
360 PASS 'ondragstart' in svgelement is true
361 PASS 'ondrop' in svgelement is true
362 PASS 'onerror' in svgelement is true
363 PASS 'onfocus' in svgelement is true
364 PASS 'oninput' in svgelement is true
365 PASS 'onkeydown' in svgelement is true
366 PASS 'onkeypress' in svgelement is true
367 PASS 'onkeyup' in svgelement is true
368 PASS 'onload' in svgelement is true
369 PASS 'onmousedown' in svgelement is true
370 PASS 'onmousemove' in svgelement is true
371 PASS 'onmouseout' in svgelement is true
372 PASS 'onmouseover' in svgelement is true
373 PASS 'onmouseup' in svgelement is true
374 PASS 'onmousewheel' in svgelement is true
375 PASS 'onscroll' in svgelement is true
376 PASS 'onselect' in svgelement is true
377 PASS 'onsubmit' in svgelement is true
378 PASS 'onbeforecut' in svgelement is true
379 PASS 'oncut' in svgelement is true
380 PASS 'onbeforecopy' in svgelement is true
381 PASS 'oncopy' in svgelement is true
382 PASS 'onbeforepaste' in svgelement is true
383 PASS 'onpaste' in svgelement is true
384 PASS 'onreset' in svgelement is true
385 PASS 'onsearch' in svgelement is true
386 PASS 'onselectstart' in svgelement is true
387 PASS successfullyParsed is true
388
389 TEST COMPLETE
390