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

Side by Side Diff: LayoutTests/fast/dom/global-event-handlers-expected.txt

Issue 252373002: Add ontoggle to GlobalEventHandlers and HTML attributes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 8 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 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 PASS No Element.onabort 2 PASS No Element.onabort
3 PASS Set HTMLElement.onabort 3 PASS Set HTMLElement.onabort
4 PASS Enumerate HTMLElement.onabort 4 PASS Enumerate HTMLElement.onabort
5 PASS Reflect HTMLElement.onabort 5 PASS Reflect HTMLElement.onabort
6 PASS Set SVGElement.onabort 6 PASS Set SVGElement.onabort
7 PASS Enumerate SVGElement.onabort 7 PASS Enumerate SVGElement.onabort
8 PASS Reflect SVGElement.onabort 8 PASS Reflect SVGElement.onabort
9 PASS Set Document.onabort 9 PASS Set Document.onabort
10 PASS Enumerate Document.onabort 10 PASS Enumerate Document.onabort
(...skipping 620 matching lines...) Expand 10 before | Expand all | Expand 10 after
631 PASS Enumerate HTMLElement.ontimeupdate 631 PASS Enumerate HTMLElement.ontimeupdate
632 PASS Reflect HTMLElement.ontimeupdate 632 PASS Reflect HTMLElement.ontimeupdate
633 PASS Set SVGElement.ontimeupdate 633 PASS Set SVGElement.ontimeupdate
634 PASS Enumerate SVGElement.ontimeupdate 634 PASS Enumerate SVGElement.ontimeupdate
635 PASS Reflect SVGElement.ontimeupdate 635 PASS Reflect SVGElement.ontimeupdate
636 PASS Set Document.ontimeupdate 636 PASS Set Document.ontimeupdate
637 PASS Enumerate Document.ontimeupdate 637 PASS Enumerate Document.ontimeupdate
638 PASS Set Window.ontimeupdate 638 PASS Set Window.ontimeupdate
639 PASS Enumerate Window.ontimeupdate 639 PASS Enumerate Window.ontimeupdate
640 PASS No Element.ontoggle 640 PASS No Element.ontoggle
641 FAIL Set HTMLElement.ontoggle assert_equals: Initially null expected (object) nu ll but got (undefined) undefined 641 PASS Set HTMLElement.ontoggle
642 FAIL Enumerate HTMLElement.ontoggle assert_true: expected true got undefined 642 PASS Enumerate HTMLElement.ontoggle
643 FAIL Reflect HTMLElement.ontoggle assert_equals: Convert to function expected "f unction" but got "undefined" 643 PASS Reflect HTMLElement.ontoggle
644 FAIL Set SVGElement.ontoggle assert_equals: Initially null expected (object) nul l but got (undefined) undefined 644 PASS Set SVGElement.ontoggle
645 FAIL Enumerate SVGElement.ontoggle assert_true: expected true got undefined 645 PASS Enumerate SVGElement.ontoggle
646 FAIL Reflect SVGElement.ontoggle assert_equals: Convert to function expected "fu nction" but got "undefined" 646 PASS Reflect SVGElement.ontoggle
647 FAIL Set Document.ontoggle assert_equals: Initially null expected (object) null but got (undefined) undefined 647 PASS Set Document.ontoggle
648 FAIL Enumerate Document.ontoggle assert_true: expected true got undefined 648 PASS Enumerate Document.ontoggle
649 FAIL Set Window.ontoggle assert_equals: Initially null expected (object) null bu t got (undefined) undefined 649 PASS Set Window.ontoggle
650 FAIL Enumerate Window.ontoggle assert_true: expected true got undefined 650 PASS Enumerate Window.ontoggle
651 PASS No Element.onvolumechange 651 PASS No Element.onvolumechange
652 PASS Set HTMLElement.onvolumechange 652 PASS Set HTMLElement.onvolumechange
653 PASS Enumerate HTMLElement.onvolumechange 653 PASS Enumerate HTMLElement.onvolumechange
654 PASS Reflect HTMLElement.onvolumechange 654 PASS Reflect HTMLElement.onvolumechange
655 PASS Set SVGElement.onvolumechange 655 PASS Set SVGElement.onvolumechange
656 PASS Enumerate SVGElement.onvolumechange 656 PASS Enumerate SVGElement.onvolumechange
657 PASS Reflect SVGElement.onvolumechange 657 PASS Reflect SVGElement.onvolumechange
658 PASS Set Document.onvolumechange 658 PASS Set Document.onvolumechange
659 PASS Enumerate Document.onvolumechange 659 PASS Enumerate Document.onvolumechange
660 PASS Set Window.onvolumechange 660 PASS Set Window.onvolumechange
661 PASS Enumerate Window.onvolumechange 661 PASS Enumerate Window.onvolumechange
662 PASS No Element.onwaiting 662 PASS No Element.onwaiting
663 PASS Set HTMLElement.onwaiting 663 PASS Set HTMLElement.onwaiting
664 PASS Enumerate HTMLElement.onwaiting 664 PASS Enumerate HTMLElement.onwaiting
665 PASS Reflect HTMLElement.onwaiting 665 PASS Reflect HTMLElement.onwaiting
666 PASS Set SVGElement.onwaiting 666 PASS Set SVGElement.onwaiting
667 PASS Enumerate SVGElement.onwaiting 667 PASS Enumerate SVGElement.onwaiting
668 PASS Reflect SVGElement.onwaiting 668 PASS Reflect SVGElement.onwaiting
669 PASS Set Document.onwaiting 669 PASS Set Document.onwaiting
670 PASS Enumerate Document.onwaiting 670 PASS Enumerate Document.onwaiting
671 PASS Set Window.onwaiting 671 PASS Set Window.onwaiting
672 PASS Enumerate Window.onwaiting 672 PASS Enumerate Window.onwaiting
673 Harness: the test ran to completion. 673 Harness: the test ran to completion.
674 674
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698