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

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

Issue 2615653003: [GeometryInterface] Implement DOMQuad and DOMQuadInit. (Closed)
Patch Set: add const keyword 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 1111 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 matrixTransform
1131 method toJSON 1131 method toJSON
1132 interface DOMQuad
1133 attribute @@toStringTag
1134 getter p1
1135 getter p2
1136 getter p3
1137 getter p4
1138 method constructor
1132 interface DOMRect : DOMRectReadOnly 1139 interface DOMRect : DOMRectReadOnly
1133 attribute @@toStringTag 1140 attribute @@toStringTag
1134 getter height 1141 getter height
1135 getter width 1142 getter width
1136 getter x 1143 getter x
1137 getter y 1144 getter y
1138 method constructor 1145 method constructor
1139 setter height 1146 setter height
1140 setter width 1147 setter width
1141 setter x 1148 setter x
(...skipping 7837 matching lines...) Expand 10 before | Expand all | Expand 10 after
8979 setter scrollY 8986 setter scrollY
8980 setter scrollbars 8987 setter scrollbars
8981 setter status 8988 setter status
8982 setter statusbar 8989 setter statusbar
8983 setter toolbar 8990 setter toolbar
8984 setter visualViewport 8991 setter visualViewport
8985 PASS successfullyParsed is true 8992 PASS successfullyParsed is true
8986 8993
8987 TEST COMPLETE 8994 TEST COMPLETE
8988 8995
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698