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

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

Issue 201673003: [SVG2] Add onbegin, onend and onrepeat EventHandlers on SVGAnimationElement (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fs review 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
« no previous file with comments | « no previous file | LayoutTests/fast/dom/script-tests/event-attribute-availability.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 This tests what event handler attributes are available on what objects. 1 This tests what event handler attributes are available on what objects.
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 Test Element 6 Test Element
7 PASS 'onabort' in element is true 7 PASS 'onabort' in element is true
8 PASS 'onblur' in element is true 8 PASS 'onblur' in element is true
9 PASS 'onchange' in element is true 9 PASS 'onchange' in element is true
10 PASS 'onclick' in element is true 10 PASS 'onclick' in element is true
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
337 PASS 'onsubmit' in pathelement is true 337 PASS 'onsubmit' in pathelement is true
338 PASS 'onbeforecut' in pathelement is true 338 PASS 'onbeforecut' in pathelement is true
339 PASS 'oncut' in pathelement is true 339 PASS 'oncut' in pathelement is true
340 PASS 'onbeforecopy' in pathelement is true 340 PASS 'onbeforecopy' in pathelement is true
341 PASS 'oncopy' in pathelement is true 341 PASS 'oncopy' in pathelement is true
342 PASS 'onbeforepaste' in pathelement is true 342 PASS 'onbeforepaste' in pathelement is true
343 PASS 'onpaste' in pathelement is true 343 PASS 'onpaste' in pathelement is true
344 PASS 'onreset' in pathelement is true 344 PASS 'onreset' in pathelement is true
345 PASS 'onsearch' in pathelement is true 345 PASS 'onsearch' in pathelement is true
346 PASS 'onselectstart' in pathelement is true 346 PASS 'onselectstart' in pathelement is true
347 PASS 'onbegin' in pathelement is false
348 PASS 'onend' in pathelement is false
349 PASS 'onrepeat' in pathelement is false
347 350
348 Test SVGSVGElement 351 Test SVGSVGElement
349 PASS 'onabort' in svgelement is true 352 PASS 'onabort' in svgelement is true
350 PASS 'onblur' in svgelement is true 353 PASS 'onblur' in svgelement is true
351 PASS 'onchange' in svgelement is true 354 PASS 'onchange' in svgelement is true
352 PASS 'onclick' in svgelement is true 355 PASS 'onclick' in svgelement is true
353 PASS 'oncontextmenu' in svgelement is true 356 PASS 'oncontextmenu' in svgelement is true
354 PASS 'ondblclick' in svgelement is true 357 PASS 'ondblclick' in svgelement is true
355 PASS 'ondrag' in svgelement is true 358 PASS 'ondrag' in svgelement is true
356 PASS 'ondragend' in svgelement is true 359 PASS 'ondragend' in svgelement is true
(...skipping 20 matching lines...) Expand all
377 PASS 'onsubmit' in svgelement is true 380 PASS 'onsubmit' in svgelement is true
378 PASS 'onbeforecut' in svgelement is true 381 PASS 'onbeforecut' in svgelement is true
379 PASS 'oncut' in svgelement is true 382 PASS 'oncut' in svgelement is true
380 PASS 'onbeforecopy' in svgelement is true 383 PASS 'onbeforecopy' in svgelement is true
381 PASS 'oncopy' in svgelement is true 384 PASS 'oncopy' in svgelement is true
382 PASS 'onbeforepaste' in svgelement is true 385 PASS 'onbeforepaste' in svgelement is true
383 PASS 'onpaste' in svgelement is true 386 PASS 'onpaste' in svgelement is true
384 PASS 'onreset' in svgelement is true 387 PASS 'onreset' in svgelement is true
385 PASS 'onsearch' in svgelement is true 388 PASS 'onsearch' in svgelement is true
386 PASS 'onselectstart' in svgelement is true 389 PASS 'onselectstart' in svgelement is true
390 PASS 'onbegin' in svgelement is false
391 PASS 'onend' in svgelement is false
392 PASS 'onrepeat' in svgelement is false
393
394 Test SVGAnimationElement
395 PASS 'onabort' in animateelement is true
396 PASS 'onblur' in animateelement is true
397 PASS 'onchange' in animateelement is true
398 PASS 'onclick' in animateelement is true
399 PASS 'oncontextmenu' in animateelement is true
400 PASS 'ondblclick' in animateelement is true
401 PASS 'ondrag' in animateelement is true
402 PASS 'ondragend' in animateelement is true
403 PASS 'ondragenter' in animateelement is true
404 PASS 'ondragleave' in animateelement is true
405 PASS 'ondragover' in animateelement is true
406 PASS 'ondragstart' in animateelement is true
407 PASS 'ondrop' in animateelement is true
408 PASS 'onerror' in animateelement is true
409 PASS 'onfocus' in animateelement is true
410 PASS 'oninput' in animateelement is true
411 PASS 'onkeydown' in animateelement is true
412 PASS 'onkeypress' in animateelement is true
413 PASS 'onkeyup' in animateelement is true
414 PASS 'onload' in animateelement is true
415 PASS 'onmousedown' in animateelement is true
416 PASS 'onmousemove' in animateelement is true
417 PASS 'onmouseout' in animateelement is true
418 PASS 'onmouseover' in animateelement is true
419 PASS 'onmouseup' in animateelement is true
420 PASS 'onmousewheel' in animateelement is true
421 PASS 'onscroll' in animateelement is true
422 PASS 'onselect' in animateelement is true
423 PASS 'onsubmit' in animateelement is true
424 PASS 'onbeforecut' in animateelement is true
425 PASS 'oncut' in animateelement is true
426 PASS 'onbeforecopy' in animateelement is true
427 PASS 'oncopy' in animateelement is true
428 PASS 'onbeforepaste' in animateelement is true
429 PASS 'onpaste' in animateelement is true
430 PASS 'onreset' in animateelement is true
431 PASS 'onsearch' in animateelement is true
432 PASS 'onselectstart' in animateelement is true
433 PASS 'onbegin' in animateelement is true
434 PASS 'onend' in animateelement is true
435 PASS 'onrepeat' in animateelement is true
387 PASS successfullyParsed is true 436 PASS successfullyParsed is true
388 437
389 TEST COMPLETE 438 TEST COMPLETE
390 439
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/dom/script-tests/event-attribute-availability.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698