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

Side by Side Diff: LayoutTests/fast/events/event-attribute-expected.txt

Issue 205523003: Remove beforeload events. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove more tests Created 6 years, 9 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 | Annotate | Revision Log
OLDNEW
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
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
OLDNEW
« no previous file with comments | « LayoutTests/fast/events/event-attribute.html ('k') | LayoutTests/fast/events/event-creation.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698