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

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

Issue 2942653002: [css-typed-om] remove asMatrix() method in CSSTransformComponent.idl (Closed)
Patch Set: rebase 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 8442 matching lines...) Expand 10 before | Expand all | Expand 10 after
9238 setter scrollY 9237 setter scrollY
9239 setter scrollbars 9238 setter scrollbars
9240 setter status 9239 setter status
9241 setter statusbar 9240 setter statusbar
9242 setter toolbar 9241 setter toolbar
9243 setter view 9242 setter view
9244 PASS successfullyParsed is true 9243 PASS successfullyParsed is true
9245 9244
9246 TEST COMPLETE 9245 TEST COMPLETE
9247 9246
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698