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

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

Issue 2600663002: Adding matrixTrasnform to DOMPointReadOnly interfaces as following spec. (Closed)
Patch Set: Adding matrixTrasnform to DOMPointReadOnly interfaces as following spec. Created 3 years, 11 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 94: 'webkitURL' is deprecated. Please use 'URL' instead. 1 CONSOLE WARNING: line 94: '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 Accelerometer : Sensor 8 interface Accelerometer : Sensor
9 attribute @@toStringTag 9 attribute @@toStringTag
10 getter includesGravity 10 getter includesGravity
(...skipping 1109 matching lines...) Expand 10 before | Expand all | Expand 10 after
1120 setter y 1120 setter y
1121 setter z 1121 setter z
1122 interface DOMPointReadOnly 1122 interface DOMPointReadOnly
1123 static method fromPoint 1123 static method fromPoint
1124 attribute @@toStringTag 1124 attribute @@toStringTag
1125 getter w 1125 getter w
1126 getter x 1126 getter x
1127 getter y 1127 getter y
1128 getter z 1128 getter z
1129 method constructor 1129 method constructor
1130 method matrixTransform
1130 method toJSON 1131 method toJSON
1131 interface DOMRect : DOMRectReadOnly 1132 interface DOMRect : DOMRectReadOnly
1132 attribute @@toStringTag 1133 attribute @@toStringTag
1133 getter height 1134 getter height
1134 getter width 1135 getter width
1135 getter x 1136 getter x
1136 getter y 1137 getter y
1137 method constructor 1138 method constructor
1138 setter height 1139 setter height
1139 setter width 1140 setter width
(...skipping 7842 matching lines...) Expand 10 before | Expand all | Expand 10 after
8982 setter scrollY 8983 setter scrollY
8983 setter scrollbars 8984 setter scrollbars
8984 setter status 8985 setter status
8985 setter statusbar 8986 setter statusbar
8986 setter toolbar 8987 setter toolbar
8987 setter visualViewport 8988 setter visualViewport
8988 PASS successfullyParsed is true 8989 PASS successfullyParsed is true
8989 8990
8990 TEST COMPLETE 8991 TEST COMPLETE
8991 8992
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698