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

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

Issue 2907973002: [css-typed-om] add toMatrix() method in CSSTransformValue.idl (Closed)
Patch Set: make Create() function in DOMMatrix 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 747 matching lines...) Expand 10 before | Expand all | Expand 10 after
758 method toString 758 method toString
759 interface CSSTransformValue : CSSStyleValue 759 interface CSSTransformValue : CSSStyleValue
760 attribute @@toStringTag 760 attribute @@toStringTag
761 getter is2D 761 getter is2D
762 getter length 762 getter length
763 method @@iterator 763 method @@iterator
764 method constructor 764 method constructor
765 method entries 765 method entries
766 method forEach 766 method forEach
767 method keys 767 method keys
768 method toMatrix
768 method values 769 method values
769 interface CSSTranslation : CSSTransformComponent 770 interface CSSTranslation : CSSTransformComponent
770 attribute @@toStringTag 771 attribute @@toStringTag
771 getter x 772 getter x
772 getter y 773 getter y
773 getter z 774 getter z
774 method constructor 775 method constructor
775 interface CSSURLImageValue : CSSImageValue 776 interface CSSURLImageValue : CSSImageValue
776 attribute @@toStringTag 777 attribute @@toStringTag
777 getter url 778 getter url
(...skipping 8442 matching lines...) Expand 10 before | Expand all | Expand 10 after
9220 setter scrollY 9221 setter scrollY
9221 setter scrollbars 9222 setter scrollbars
9222 setter status 9223 setter status
9223 setter statusbar 9224 setter statusbar
9224 setter toolbar 9225 setter toolbar
9225 setter view 9226 setter view
9226 PASS successfullyParsed is true 9227 PASS successfullyParsed is true
9227 9228
9228 TEST COMPLETE 9229 TEST COMPLETE
9229 9230
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698