OLD | NEW |
1 Test that setting event handlers with attribute works. | 1 Test that setting event handlers with attribute works. |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
6 cancelled onbeforeload async | |
7 PASS /*img*/ typeof (element["onclick"]) is "function" | 6 PASS /*img*/ typeof (element["onclick"]) is "function" |
8 PASS /*img*/ typeof (element["oncontextmenu"]) is "function" | 7 PASS /*img*/ typeof (element["oncontextmenu"]) is "function" |
9 PASS /*img*/ typeof (element["ondblclick"]) is "function" | 8 PASS /*img*/ typeof (element["ondblclick"]) is "function" |
10 PASS /*img*/ typeof (element["onmousedown"]) is "function" | 9 PASS /*img*/ typeof (element["onmousedown"]) is "function" |
11 PASS /*img*/ typeof (element["onmousemove"]) is "function" | 10 PASS /*img*/ typeof (element["onmousemove"]) is "function" |
12 PASS /*img*/ typeof (element["onmouseout"]) is "function" | 11 PASS /*img*/ typeof (element["onmouseout"]) is "function" |
13 PASS /*img*/ typeof (element["onmouseover"]) is "function" | 12 PASS /*img*/ typeof (element["onmouseover"]) is "function" |
14 PASS /*img*/ typeof (element["onmouseup"]) is "function" | 13 PASS /*img*/ typeof (element["onmouseup"]) is "function" |
15 PASS /*img*/ typeof (element["onmousewheel"]) is "function" | 14 PASS /*img*/ typeof (element["onmousewheel"]) is "function" |
16 PASS /*img*/ typeof (element["onfocus"]) is "function" | 15 PASS /*img*/ typeof (element["onfocus"]) is "function" |
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
265 PASS /*input*/ typeof (element["onwebkitfullscreenerror"]) is "function" | 264 PASS /*input*/ typeof (element["onwebkitfullscreenerror"]) is "function" |
266 PASS /*input*/ typeof (element["onabort"]) is "function" | 265 PASS /*input*/ typeof (element["onabort"]) is "function" |
267 PASS /*input*/ typeof (element["onchange"]) is "function" | 266 PASS /*input*/ typeof (element["onchange"]) is "function" |
268 PASS /*input*/ typeof (element["onreset"]) is "function" | 267 PASS /*input*/ typeof (element["onreset"]) is "function" |
269 PASS /*input*/ typeof (element["onselect"]) is "function" | 268 PASS /*input*/ typeof (element["onselect"]) is "function" |
270 PASS /*input*/ typeof (element["onload"]) is "function" | 269 PASS /*input*/ typeof (element["onload"]) is "function" |
271 PASS successfullyParsed is true | 270 PASS successfullyParsed is true |
272 | 271 |
273 TEST COMPLETE | 272 TEST COMPLETE |
274 | 273 |
OLD | NEW |