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

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

Issue 2638413005: [GeometryInterface] add fromQuad function in DOMQuad. (Closed)
Patch Set: [WIP] formQuad 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 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 Accelerometer : Sensor 8 interface Accelerometer : Sensor
9 attribute @@toStringTag 9 attribute @@toStringTag
10 getter includesGravity 10 getter includesGravity
(...skipping 1131 matching lines...) Expand 10 before | Expand all | Expand 10 after
1142 static method fromPoint 1142 static method fromPoint
1143 attribute @@toStringTag 1143 attribute @@toStringTag
1144 getter w 1144 getter w
1145 getter x 1145 getter x
1146 getter y 1146 getter y
1147 getter z 1147 getter z
1148 method constructor 1148 method constructor
1149 method matrixTransform 1149 method matrixTransform
1150 method toJSON 1150 method toJSON
1151 interface DOMQuad 1151 interface DOMQuad
1152 static method fromQuad
1152 static method fromRect 1153 static method fromRect
1153 attribute @@toStringTag 1154 attribute @@toStringTag
1154 getter p1 1155 getter p1
1155 getter p2 1156 getter p2
1156 getter p3 1157 getter p3
1157 getter p4 1158 getter p4
1158 method constructor 1159 method constructor
1159 method toJSON 1160 method toJSON
1160 interface DOMRect : DOMRectReadOnly 1161 interface DOMRect : DOMRectReadOnly
1161 attribute @@toStringTag 1162 attribute @@toStringTag
(...skipping 7878 matching lines...) Expand 10 before | Expand all | Expand 10 after
9040 setter scrollY 9041 setter scrollY
9041 setter scrollbars 9042 setter scrollbars
9042 setter status 9043 setter status
9043 setter statusbar 9044 setter statusbar
9044 setter toolbar 9045 setter toolbar
9045 setter visualViewport 9046 setter visualViewport
9046 PASS successfullyParsed is true 9047 PASS successfullyParsed is true
9047 9048
9048 TEST COMPLETE 9049 TEST COMPLETE
9049 9050
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/dom/geometry-interface-dom-quad.html ('k') | third_party/WebKit/Source/core/dom/DOMQuad.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698