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

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 C===ONSOLE 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
11 getter reading 11 getter reading
(...skipping 1109 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 toJSON 1130 method toJSON
1131 method transformMatrix
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
1140 setter x 1141 setter x
(...skipping 7857 matching lines...) Expand 10 before | Expand all | Expand 10 after
8998 setter scrollY 8999 setter scrollY
8999 setter scrollbars 9000 setter scrollbars
9000 setter status 9001 setter status
9001 setter statusbar 9002 setter statusbar
9002 setter toolbar 9003 setter toolbar
9003 setter visualViewport 9004 setter visualViewport
9004 PASS successfullyParsed is true 9005 PASS successfullyParsed is true
9005 9006
9006 TEST COMPLETE 9007 TEST COMPLETE
9007 9008
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698