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

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

Issue 2933473003: Remove asMatrix as a JS-exposed method in CSSTransformComponents. (Closed)
Patch Set: update skew expectation for missing "s" Created 3 years, 6 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 764 matching lines...) Expand 10 before | Expand all | Expand 10 after
775 interface CSSStyleValue 775 interface CSSStyleValue
776 static method parse 776 static method parse
777 attribute @@toStringTag 777 attribute @@toStringTag
778 method constructor 778 method constructor
779 method toString 779 method toString
780 interface CSSSupportsRule : CSSConditionRule 780 interface CSSSupportsRule : CSSConditionRule
781 attribute @@toStringTag 781 attribute @@toStringTag
782 method constructor 782 method constructor
783 interface CSSTransformComponent 783 interface CSSTransformComponent
784 attribute @@toStringTag 784 attribute @@toStringTag
785 method asMatrix
786 method constructor 785 method constructor
787 method is2D 786 method is2D
788 method toString 787 method toString
789 interface CSSTransformValue : CSSStyleValue 788 interface CSSTransformValue : CSSStyleValue
790 attribute @@toStringTag 789 attribute @@toStringTag
791 getter is2D 790 getter is2D
792 getter length 791 getter length
793 method @@iterator 792 method @@iterator
794 method constructor 793 method constructor
795 method entries 794 method entries
(...skipping 8444 matching lines...) Expand 10 before | Expand all | Expand 10 after
9240 setter scrollY 9239 setter scrollY
9241 setter scrollbars 9240 setter scrollbars
9242 setter status 9241 setter status
9243 setter statusbar 9242 setter statusbar
9244 setter toolbar 9243 setter toolbar
9245 setter view 9244 setter view
9246 PASS successfullyParsed is true 9245 PASS successfullyParsed is true
9247 9246
9248 TEST COMPLETE 9247 TEST COMPLETE
9249 9248
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698