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

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

Issue 2943303002: [CSS Typed OM] Refactor is2D handling in CSSTransformComponents to match new spec (Closed)
Patch Set: rebase Created 3 years, 5 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 70: 'webkitURL' is deprecated. Please use 'URL' instead. 1 CONSOLE WARNING: line 70: '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 AbsoluteOrientationSensor : OrientationSensor 8 interface AbsoluteOrientationSensor : OrientationSensor
9 attribute @@toStringTag 9 attribute @@toStringTag
10 method constructor 10 method constructor
(...skipping 773 matching lines...) Expand 10 before | Expand all | Expand 10 after
784 interface CSSStyleValue 784 interface CSSStyleValue
785 static method parse 785 static method parse
786 attribute @@toStringTag 786 attribute @@toStringTag
787 method constructor 787 method constructor
788 method toString 788 method toString
789 interface CSSSupportsRule : CSSConditionRule 789 interface CSSSupportsRule : CSSConditionRule
790 attribute @@toStringTag 790 attribute @@toStringTag
791 method constructor 791 method constructor
792 interface CSSTransformComponent 792 interface CSSTransformComponent
793 attribute @@toStringTag 793 attribute @@toStringTag
794 getter is2D
794 method constructor 795 method constructor
795 method is2D
796 method toString 796 method toString
797 setter is2D
797 interface CSSTransformValue : CSSStyleValue 798 interface CSSTransformValue : CSSStyleValue
798 attribute @@toStringTag 799 attribute @@toStringTag
799 getter is2D 800 getter is2D
800 getter length 801 getter length
801 method @@iterator 802 method @@iterator
802 method constructor 803 method constructor
803 method entries 804 method entries
804 method forEach 805 method forEach
805 method keys 806 method keys
806 method toMatrix 807 method toMatrix
(...skipping 8438 matching lines...) Expand 10 before | Expand all | Expand 10 after
9245 setter scrollY 9246 setter scrollY
9246 setter scrollbars 9247 setter scrollbars
9247 setter status 9248 setter status
9248 setter statusbar 9249 setter statusbar
9249 setter toolbar 9250 setter toolbar
9250 setter visualViewport 9251 setter visualViewport
9251 PASS successfullyParsed is true 9252 PASS successfullyParsed is true
9252 9253
9253 TEST COMPLETE 9254 TEST COMPLETE
9254 9255
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698