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

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

Issue 2639983002: [GeometryInterface] add fromRect function in DOMQuad. (Closed)
Patch Set: [GeometryInterface] add fromRect function in DOMQuad. 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 1124 matching lines...) Expand 10 before | Expand all | Expand 10 after
1135 static method fromPoint 1135 static method fromPoint
1136 attribute @@toStringTag 1136 attribute @@toStringTag
1137 getter w 1137 getter w
1138 getter x 1138 getter x
1139 getter y 1139 getter y
1140 getter z 1140 getter z
1141 method constructor 1141 method constructor
1142 method matrixTransform 1142 method matrixTransform
1143 method toJSON 1143 method toJSON
1144 interface DOMQuad 1144 interface DOMQuad
1145 static method fromRect
1145 attribute @@toStringTag 1146 attribute @@toStringTag
1146 getter p1 1147 getter p1
1147 getter p2 1148 getter p2
1148 getter p3 1149 getter p3
1149 getter p4 1150 getter p4
1150 method constructor 1151 method constructor
1151 method toJSON 1152 method toJSON
1152 interface DOMRect : DOMRectReadOnly 1153 interface DOMRect : DOMRectReadOnly
1153 attribute @@toStringTag 1154 attribute @@toStringTag
1154 getter height 1155 getter height
(...skipping 7854 matching lines...) Expand 10 before | Expand all | Expand 10 after
9009 setter scrollY 9010 setter scrollY
9010 setter scrollbars 9011 setter scrollbars
9011 setter status 9012 setter status
9012 setter statusbar 9013 setter statusbar
9013 setter toolbar 9014 setter toolbar
9014 setter visualViewport 9015 setter visualViewport
9015 PASS successfullyParsed is true 9016 PASS successfullyParsed is true
9016 9017
9017 TEST COMPLETE 9018 TEST COMPLETE
9018 9019
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