Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / event-attribute-expected.txt
blob02289d496cbbf0effdc23c603c11d3ec4722c88d
1 Test that setting event handlers with attribute works.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS /*img*/ typeof (element["onclick"]) is "function"
7 PASS /*img*/ typeof (element["oncontextmenu"]) is "function"
8 PASS /*img*/ typeof (element["ondblclick"]) is "function"
9 PASS /*img*/ typeof (element["onmousedown"]) is "function"
10 PASS /*img*/ typeof (element["onmousemove"]) is "function"
11 PASS /*img*/ typeof (element["onmouseout"]) is "function"
12 PASS /*img*/ typeof (element["onmouseover"]) is "function"
13 PASS /*img*/ typeof (element["onmouseup"]) is "function"
14 PASS /*img*/ typeof (element["onmousewheel"]) is "function"
15 PASS /*img*/ typeof (element["onfocus"]) is "function"
16 PASS /*img*/ typeof (element["onblur"]) is "function"
17 PASS /*img*/ typeof (element["onkeydown"]) is "function"
18 PASS /*img*/ typeof (element["onkeypress"]) is "function"
19 PASS /*img*/ typeof (element["onkeyup"]) is "function"
20 PASS /*img*/ typeof (element["onscroll"]) is "function"
21 PASS /*img*/ typeof (element["onbeforecut"]) is "function"
22 PASS /*img*/ typeof (element["oncut"]) is "function"
23 PASS /*img*/ typeof (element["onbeforecopy"]) is "function"
24 PASS /*img*/ typeof (element["oncopy"]) is "function"
25 PASS /*img*/ typeof (element["onbeforepaste"]) is "function"
26 PASS /*img*/ typeof (element["onpaste"]) is "function"
27 PASS /*img*/ typeof (element["ondragenter"]) is "function"
28 PASS /*img*/ typeof (element["ondragover"]) is "function"
29 PASS /*img*/ typeof (element["ondragleave"]) is "function"
30 PASS /*img*/ typeof (element["ondrop"]) is "function"
31 PASS /*img*/ typeof (element["ondragstart"]) is "function"
32 PASS /*img*/ typeof (element["ondrag"]) is "function"
33 PASS /*img*/ typeof (element["ondragend"]) is "function"
34 PASS /*img*/ typeof (element["onselectstart"]) is "function"
35 PASS /*img*/ typeof (element["onsubmit"]) is "function"
36 PASS /*img*/ typeof (element["onerror"]) is "function"
37 PASS /*img*/ typeof (element["oninput"]) is "function"
38 PASS /*img*/ typeof (element["oninvalid"]) is "function"
39 PASS /*img*/ typeof (element["ontouchstart"]) is "function"
40 PASS /*img*/ typeof (element["ontouchmove"]) is "function"
41 PASS /*img*/ typeof (element["ontouchend"]) is "function"
42 PASS /*img*/ typeof (element["ontouchcancel"]) is "function"
43 PASS /*img*/ typeof (element["onwebkitfullscreenchange"]) is "function"
44 PASS /*img*/ typeof (element["onwebkitfullscreenerror"]) is "function"
45 PASS /*img*/ typeof (element["onabort"]) is "function"
46 PASS /*img*/ typeof (element["onchange"]) is "function"
47 PASS /*img*/ typeof (element["onreset"]) is "function"
48 PASS /*img*/ typeof (element["onselect"]) is "function"
49 PASS /*img*/ typeof (element["onload"]) is "function"
50 PASS /*script*/ typeof (element["onclick"]) is "function"
51 PASS /*script*/ typeof (element["oncontextmenu"]) is "function"
52 PASS /*script*/ typeof (element["ondblclick"]) is "function"
53 PASS /*script*/ typeof (element["onmousedown"]) is "function"
54 PASS /*script*/ typeof (element["onmousemove"]) is "function"
55 PASS /*script*/ typeof (element["onmouseout"]) is "function"
56 PASS /*script*/ typeof (element["onmouseover"]) is "function"
57 PASS /*script*/ typeof (element["onmouseup"]) is "function"
58 PASS /*script*/ typeof (element["onmousewheel"]) is "function"
59 PASS /*script*/ typeof (element["onfocus"]) is "function"
60 PASS /*script*/ typeof (element["onblur"]) is "function"
61 PASS /*script*/ typeof (element["onkeydown"]) is "function"
62 PASS /*script*/ typeof (element["onkeypress"]) is "function"
63 PASS /*script*/ typeof (element["onkeyup"]) is "function"
64 PASS /*script*/ typeof (element["onscroll"]) is "function"
65 PASS /*script*/ typeof (element["onbeforecut"]) is "function"
66 PASS /*script*/ typeof (element["oncut"]) is "function"
67 PASS /*script*/ typeof (element["onbeforecopy"]) is "function"
68 PASS /*script*/ typeof (element["oncopy"]) is "function"
69 PASS /*script*/ typeof (element["onbeforepaste"]) is "function"
70 PASS /*script*/ typeof (element["onpaste"]) is "function"
71 PASS /*script*/ typeof (element["ondragenter"]) is "function"
72 PASS /*script*/ typeof (element["ondragover"]) is "function"
73 PASS /*script*/ typeof (element["ondragleave"]) is "function"
74 PASS /*script*/ typeof (element["ondrop"]) is "function"
75 PASS /*script*/ typeof (element["ondragstart"]) is "function"
76 PASS /*script*/ typeof (element["ondrag"]) is "function"
77 PASS /*script*/ typeof (element["ondragend"]) is "function"
78 PASS /*script*/ typeof (element["onselectstart"]) is "function"
79 PASS /*script*/ typeof (element["onsubmit"]) is "function"
80 PASS /*script*/ typeof (element["onerror"]) is "function"
81 PASS /*script*/ typeof (element["oninput"]) is "function"
82 PASS /*script*/ typeof (element["oninvalid"]) is "function"
83 PASS /*script*/ typeof (element["ontouchstart"]) is "function"
84 PASS /*script*/ typeof (element["ontouchmove"]) is "function"
85 PASS /*script*/ typeof (element["ontouchend"]) is "function"
86 PASS /*script*/ typeof (element["ontouchcancel"]) is "function"
87 PASS /*script*/ typeof (element["onwebkitfullscreenchange"]) is "function"
88 PASS /*script*/ typeof (element["onwebkitfullscreenerror"]) is "function"
89 PASS /*script*/ typeof (element["onabort"]) is "function"
90 PASS /*script*/ typeof (element["onchange"]) is "function"
91 PASS /*script*/ typeof (element["onreset"]) is "function"
92 PASS /*script*/ typeof (element["onselect"]) is "function"
93 PASS /*script*/ typeof (element["onload"]) is "function"
94 PASS /*video*/ typeof (element["onclick"]) is "function"
95 PASS /*video*/ typeof (element["oncontextmenu"]) is "function"
96 PASS /*video*/ typeof (element["ondblclick"]) is "function"
97 PASS /*video*/ typeof (element["onmousedown"]) is "function"
98 PASS /*video*/ typeof (element["onmousemove"]) is "function"
99 PASS /*video*/ typeof (element["onmouseout"]) is "function"
100 PASS /*video*/ typeof (element["onmouseover"]) is "function"
101 PASS /*video*/ typeof (element["onmouseup"]) is "function"
102 PASS /*video*/ typeof (element["onmousewheel"]) is "function"
103 PASS /*video*/ typeof (element["onfocus"]) is "function"
104 PASS /*video*/ typeof (element["onblur"]) is "function"
105 PASS /*video*/ typeof (element["onkeydown"]) is "function"
106 PASS /*video*/ typeof (element["onkeypress"]) is "function"
107 PASS /*video*/ typeof (element["onkeyup"]) is "function"
108 PASS /*video*/ typeof (element["onscroll"]) is "function"
109 PASS /*video*/ typeof (element["onbeforecut"]) is "function"
110 PASS /*video*/ typeof (element["oncut"]) is "function"
111 PASS /*video*/ typeof (element["onbeforecopy"]) is "function"
112 PASS /*video*/ typeof (element["oncopy"]) is "function"
113 PASS /*video*/ typeof (element["onbeforepaste"]) is "function"
114 PASS /*video*/ typeof (element["onpaste"]) is "function"
115 PASS /*video*/ typeof (element["ondragenter"]) is "function"
116 PASS /*video*/ typeof (element["ondragover"]) is "function"
117 PASS /*video*/ typeof (element["ondragleave"]) is "function"
118 PASS /*video*/ typeof (element["ondrop"]) is "function"
119 PASS /*video*/ typeof (element["ondragstart"]) is "function"
120 PASS /*video*/ typeof (element["ondrag"]) is "function"
121 PASS /*video*/ typeof (element["ondragend"]) is "function"
122 PASS /*video*/ typeof (element["onselectstart"]) is "function"
123 PASS /*video*/ typeof (element["onsubmit"]) is "function"
124 PASS /*video*/ typeof (element["onerror"]) is "function"
125 PASS /*video*/ typeof (element["oninput"]) is "function"
126 PASS /*video*/ typeof (element["oninvalid"]) is "function"
127 PASS /*video*/ typeof (element["ontouchstart"]) is "function"
128 PASS /*video*/ typeof (element["ontouchmove"]) is "function"
129 PASS /*video*/ typeof (element["ontouchend"]) is "function"
130 PASS /*video*/ typeof (element["ontouchcancel"]) is "function"
131 PASS /*video*/ typeof (element["onwebkitfullscreenchange"]) is "function"
132 PASS /*video*/ typeof (element["onwebkitfullscreenerror"]) is "function"
133 PASS /*video*/ typeof (element["onabort"]) is "function"
134 PASS /*video*/ typeof (element["onchange"]) is "function"
135 PASS /*video*/ typeof (element["onreset"]) is "function"
136 PASS /*video*/ typeof (element["onselect"]) is "function"
137 PASS /*video*/ typeof (element["onload"]) is "function"
138 PASS /*div*/ typeof (element["onclick"]) is "function"
139 PASS /*div*/ typeof (element["oncontextmenu"]) is "function"
140 PASS /*div*/ typeof (element["ondblclick"]) is "function"
141 PASS /*div*/ typeof (element["onmousedown"]) is "function"
142 PASS /*div*/ typeof (element["onmousemove"]) is "function"
143 PASS /*div*/ typeof (element["onmouseout"]) is "function"
144 PASS /*div*/ typeof (element["onmouseover"]) is "function"
145 PASS /*div*/ typeof (element["onmouseup"]) is "function"
146 PASS /*div*/ typeof (element["onmousewheel"]) is "function"
147 PASS /*div*/ typeof (element["onfocus"]) is "function"
148 PASS /*div*/ typeof (element["onblur"]) is "function"
149 PASS /*div*/ typeof (element["onkeydown"]) is "function"
150 PASS /*div*/ typeof (element["onkeypress"]) is "function"
151 PASS /*div*/ typeof (element["onkeyup"]) is "function"
152 PASS /*div*/ typeof (element["onscroll"]) is "function"
153 PASS /*div*/ typeof (element["onbeforecut"]) is "function"
154 PASS /*div*/ typeof (element["oncut"]) is "function"
155 PASS /*div*/ typeof (element["onbeforecopy"]) is "function"
156 PASS /*div*/ typeof (element["oncopy"]) is "function"
157 PASS /*div*/ typeof (element["onbeforepaste"]) is "function"
158 PASS /*div*/ typeof (element["onpaste"]) is "function"
159 PASS /*div*/ typeof (element["ondragenter"]) is "function"
160 PASS /*div*/ typeof (element["ondragover"]) is "function"
161 PASS /*div*/ typeof (element["ondragleave"]) is "function"
162 PASS /*div*/ typeof (element["ondrop"]) is "function"
163 PASS /*div*/ typeof (element["ondragstart"]) is "function"
164 PASS /*div*/ typeof (element["ondrag"]) is "function"
165 PASS /*div*/ typeof (element["ondragend"]) is "function"
166 PASS /*div*/ typeof (element["onselectstart"]) is "function"
167 PASS /*div*/ typeof (element["onsubmit"]) is "function"
168 PASS /*div*/ typeof (element["onerror"]) is "function"
169 PASS /*div*/ typeof (element["oninput"]) is "function"
170 PASS /*div*/ typeof (element["oninvalid"]) is "function"
171 PASS /*div*/ typeof (element["ontouchstart"]) is "function"
172 PASS /*div*/ typeof (element["ontouchmove"]) is "function"
173 PASS /*div*/ typeof (element["ontouchend"]) is "function"
174 PASS /*div*/ typeof (element["ontouchcancel"]) is "function"
175 PASS /*div*/ typeof (element["onwebkitfullscreenchange"]) is "function"
176 PASS /*div*/ typeof (element["onwebkitfullscreenerror"]) is "function"
177 PASS /*div*/ typeof (element["onabort"]) is "function"
178 PASS /*div*/ typeof (element["onchange"]) is "function"
179 PASS /*div*/ typeof (element["onreset"]) is "function"
180 PASS /*div*/ typeof (element["onselect"]) is "function"
181 PASS /*div*/ typeof (element["onload"]) is "function"
182 PASS /*form*/ typeof (element["onclick"]) is "function"
183 PASS /*form*/ typeof (element["oncontextmenu"]) is "function"
184 PASS /*form*/ typeof (element["ondblclick"]) is "function"
185 PASS /*form*/ typeof (element["onmousedown"]) is "function"
186 PASS /*form*/ typeof (element["onmousemove"]) is "function"
187 PASS /*form*/ typeof (element["onmouseout"]) is "function"
188 PASS /*form*/ typeof (element["onmouseover"]) is "function"
189 PASS /*form*/ typeof (element["onmouseup"]) is "function"
190 PASS /*form*/ typeof (element["onmousewheel"]) is "function"
191 PASS /*form*/ typeof (element["onfocus"]) is "function"
192 PASS /*form*/ typeof (element["onblur"]) is "function"
193 PASS /*form*/ typeof (element["onkeydown"]) is "function"
194 PASS /*form*/ typeof (element["onkeypress"]) is "function"
195 PASS /*form*/ typeof (element["onkeyup"]) is "function"
196 PASS /*form*/ typeof (element["onscroll"]) is "function"
197 PASS /*form*/ typeof (element["onbeforecut"]) is "function"
198 PASS /*form*/ typeof (element["oncut"]) is "function"
199 PASS /*form*/ typeof (element["onbeforecopy"]) is "function"
200 PASS /*form*/ typeof (element["oncopy"]) is "function"
201 PASS /*form*/ typeof (element["onbeforepaste"]) is "function"
202 PASS /*form*/ typeof (element["onpaste"]) is "function"
203 PASS /*form*/ typeof (element["ondragenter"]) is "function"
204 PASS /*form*/ typeof (element["ondragover"]) is "function"
205 PASS /*form*/ typeof (element["ondragleave"]) is "function"
206 PASS /*form*/ typeof (element["ondrop"]) is "function"
207 PASS /*form*/ typeof (element["ondragstart"]) is "function"
208 PASS /*form*/ typeof (element["ondrag"]) is "function"
209 PASS /*form*/ typeof (element["ondragend"]) is "function"
210 PASS /*form*/ typeof (element["onselectstart"]) is "function"
211 PASS /*form*/ typeof (element["onsubmit"]) is "function"
212 PASS /*form*/ typeof (element["onerror"]) is "function"
213 PASS /*form*/ typeof (element["oninput"]) is "function"
214 PASS /*form*/ typeof (element["oninvalid"]) is "function"
215 PASS /*form*/ typeof (element["ontouchstart"]) is "function"
216 PASS /*form*/ typeof (element["ontouchmove"]) is "function"
217 PASS /*form*/ typeof (element["ontouchend"]) is "function"
218 PASS /*form*/ typeof (element["ontouchcancel"]) is "function"
219 PASS /*form*/ typeof (element["onwebkitfullscreenchange"]) is "function"
220 PASS /*form*/ typeof (element["onwebkitfullscreenerror"]) is "function"
221 PASS /*form*/ typeof (element["onabort"]) is "function"
222 PASS /*form*/ typeof (element["onchange"]) is "function"
223 PASS /*form*/ typeof (element["onreset"]) is "function"
224 PASS /*form*/ typeof (element["onselect"]) is "function"
225 PASS /*form*/ typeof (element["onload"]) is "function"
226 PASS /*input*/ typeof (element["onclick"]) is "function"
227 PASS /*input*/ typeof (element["oncontextmenu"]) is "function"
228 PASS /*input*/ typeof (element["ondblclick"]) is "function"
229 PASS /*input*/ typeof (element["onmousedown"]) is "function"
230 PASS /*input*/ typeof (element["onmousemove"]) is "function"
231 PASS /*input*/ typeof (element["onmouseout"]) is "function"
232 PASS /*input*/ typeof (element["onmouseover"]) is "function"
233 PASS /*input*/ typeof (element["onmouseup"]) is "function"
234 PASS /*input*/ typeof (element["onmousewheel"]) is "function"
235 PASS /*input*/ typeof (element["onfocus"]) is "function"
236 PASS /*input*/ typeof (element["onblur"]) is "function"
237 PASS /*input*/ typeof (element["onkeydown"]) is "function"
238 PASS /*input*/ typeof (element["onkeypress"]) is "function"
239 PASS /*input*/ typeof (element["onkeyup"]) is "function"
240 PASS /*input*/ typeof (element["onscroll"]) is "function"
241 PASS /*input*/ typeof (element["onbeforecut"]) is "function"
242 PASS /*input*/ typeof (element["oncut"]) is "function"
243 PASS /*input*/ typeof (element["onbeforecopy"]) is "function"
244 PASS /*input*/ typeof (element["oncopy"]) is "function"
245 PASS /*input*/ typeof (element["onbeforepaste"]) is "function"
246 PASS /*input*/ typeof (element["onpaste"]) is "function"
247 PASS /*input*/ typeof (element["ondragenter"]) is "function"
248 PASS /*input*/ typeof (element["ondragover"]) is "function"
249 PASS /*input*/ typeof (element["ondragleave"]) is "function"
250 PASS /*input*/ typeof (element["ondrop"]) is "function"
251 PASS /*input*/ typeof (element["ondragstart"]) is "function"
252 PASS /*input*/ typeof (element["ondrag"]) is "function"
253 PASS /*input*/ typeof (element["ondragend"]) is "function"
254 PASS /*input*/ typeof (element["onselectstart"]) is "function"
255 PASS /*input*/ typeof (element["onsubmit"]) is "function"
256 PASS /*input*/ typeof (element["onerror"]) is "function"
257 PASS /*input*/ typeof (element["oninput"]) is "function"
258 PASS /*input*/ typeof (element["oninvalid"]) is "function"
259 PASS /*input*/ typeof (element["ontouchstart"]) is "function"
260 PASS /*input*/ typeof (element["ontouchmove"]) is "function"
261 PASS /*input*/ typeof (element["ontouchend"]) is "function"
262 PASS /*input*/ typeof (element["ontouchcancel"]) is "function"
263 PASS /*input*/ typeof (element["onwebkitfullscreenchange"]) is "function"
264 PASS /*input*/ typeof (element["onwebkitfullscreenerror"]) is "function"
265 PASS /*input*/ typeof (element["onabort"]) is "function"
266 PASS /*input*/ typeof (element["onchange"]) is "function"
267 PASS /*input*/ typeof (element["onreset"]) is "function"
268 PASS /*input*/ typeof (element["onselect"]) is "function"
269 PASS /*input*/ typeof (element["onload"]) is "function"
270 PASS successfullyParsed is true
272 TEST COMPLETE