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

Side by Side Diff: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt

Issue 2683853005: bindings: Make some value iterator properties aliases to Array.prototype functions (Closed)
Patch Set: Patch v2: IDLs and test expectations adjusted Created 3 years, 10 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
OLDNEW
1 CONSOLE WARNING: line 95: 'webkitURL' is deprecated. Please use 'URL' instead. 1 CONSOLE WARNING: line 95: 'webkitURL' is deprecated. Please use 'URL' instead.
2 This test documents all interface attributes and methods on the global window ob ject and element instances. 2 This test documents all interface attributes and methods on the global window ob ject and element instances.
3 3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 5
6 6
7 [INTERFACES] 7 [INTERFACES]
8 interface Accelerometer : Sensor 8 interface Accelerometer : Sensor
9 attribute @@toStringTag 9 attribute @@toStringTag
10 getter includesGravity 10 getter includesGravity
(...skipping 663 matching lines...) Expand 10 before | Expand all | Expand 10 after
674 attribute @@toStringTag 674 attribute @@toStringTag
675 method constructor 675 method constructor
676 interface CSSTransformComponent 676 interface CSSTransformComponent
677 attribute @@toStringTag 677 attribute @@toStringTag
678 getter cssText 678 getter cssText
679 method asMatrix 679 method asMatrix
680 method constructor 680 method constructor
681 method is2D 681 method is2D
682 interface CSSTransformValue : CSSStyleValue 682 interface CSSTransformValue : CSSStyleValue
683 attribute @@toStringTag 683 attribute @@toStringTag
684 getter length
684 method @@iterator 685 method @@iterator
685 method constructor 686 method constructor
686 method entries 687 method entries
687 method forEach 688 method forEach
688 method is2D 689 method is2D
689 method keys 690 method keys
690 method values 691 method values
691 interface CSSTranslation : CSSTransformComponent 692 interface CSSTranslation : CSSTransformComponent
692 attribute @@toStringTag 693 attribute @@toStringTag
693 getter x 694 getter x
694 getter y 695 getter y
695 getter z 696 getter z
696 method constructor 697 method constructor
697 interface CSSURLImageValue : CSSImageValue 698 interface CSSURLImageValue : CSSImageValue
698 attribute @@toStringTag 699 attribute @@toStringTag
699 getter url 700 getter url
700 method constructor 701 method constructor
701 interface CSSUnparsedValue : CSSStyleValue 702 interface CSSUnparsedValue : CSSStyleValue
702 attribute @@toStringTag 703 attribute @@toStringTag
704 getter length
703 method @@iterator 705 method @@iterator
704 method constructor 706 method constructor
705 method entries 707 method entries
706 method forEach 708 method forEach
707 method keys 709 method keys
708 method values 710 method values
709 interface CSSVariableReferenceValue 711 interface CSSVariableReferenceValue
710 attribute @@toStringTag 712 attribute @@toStringTag
711 getter fallback 713 getter fallback
712 getter variable 714 getter variable
(...skipping 8305 matching lines...) Expand 10 before | Expand all | Expand 10 after
9018 setter scrollY 9020 setter scrollY
9019 setter scrollbars 9021 setter scrollbars
9020 setter status 9022 setter status
9021 setter statusbar 9023 setter statusbar
9022 setter toolbar 9024 setter toolbar
9023 setter visualViewport 9025 setter visualViewport
9024 PASS successfullyParsed is true 9026 PASS successfullyParsed is true
9025 9027
9026 TEST COMPLETE 9028 TEST COMPLETE
9027 9029
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698