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

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

Issue 2884963002: [css-typed-om] replace is2D() method with attribute in CSSTransformValue. (Closed)
Patch Set: [css-typed-om] replace is2D() method with attribute in CSSTransformValue. Created 3 years, 7 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 AbsoluteOrientationSensor : OrientationSensor 8 interface AbsoluteOrientationSensor : OrientationSensor
9 attribute @@toStringTag 9 attribute @@toStringTag
10 method constructor 10 method constructor
(...skipping 727 matching lines...) Expand 10 before | Expand all | Expand 10 after
738 attribute @@toStringTag 738 attribute @@toStringTag
739 method constructor 739 method constructor
740 interface CSSTransformComponent 740 interface CSSTransformComponent
741 attribute @@toStringTag 741 attribute @@toStringTag
742 method asMatrix 742 method asMatrix
743 method constructor 743 method constructor
744 method is2D 744 method is2D
745 method toString 745 method toString
746 interface CSSTransformValue : CSSStyleValue 746 interface CSSTransformValue : CSSStyleValue
747 attribute @@toStringTag 747 attribute @@toStringTag
748 getter is2D
748 getter length 749 getter length
749 method @@iterator 750 method @@iterator
750 method constructor 751 method constructor
751 method entries 752 method entries
752 method forEach 753 method forEach
753 method is2D
754 method keys 754 method keys
755 method values 755 method values
756 interface CSSTranslation : CSSTransformComponent 756 interface CSSTranslation : CSSTransformComponent
757 attribute @@toStringTag 757 attribute @@toStringTag
758 getter x 758 getter x
759 getter y 759 getter y
760 getter z 760 getter z
761 method constructor 761 method constructor
762 interface CSSURLImageValue : CSSImageValue 762 interface CSSURLImageValue : CSSImageValue
763 attribute @@toStringTag 763 attribute @@toStringTag
(...skipping 8434 matching lines...) Expand 10 before | Expand all | Expand 10 after
9198 setter scrollY 9198 setter scrollY
9199 setter scrollbars 9199 setter scrollbars
9200 setter status 9200 setter status
9201 setter statusbar 9201 setter statusbar
9202 setter toolbar 9202 setter toolbar
9203 setter visualViewport 9203 setter visualViewport
9204 PASS successfullyParsed is true 9204 PASS successfullyParsed is true
9205 9205
9206 TEST COMPLETE 9206 TEST COMPLETE
9207 9207
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698