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

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

Issue 2635543003: [GeometryInterface] add toJSON() function in DOMQuad (Closed)
Patch Set: [GeometryInterface] add toJson() 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 1120 matching lines...) Expand 10 before | Expand all | Expand 10 after
1131 method constructor 1131 method constructor
1132 method matrixTransform 1132 method matrixTransform
1133 method toJSON 1133 method toJSON
1134 interface DOMQuad 1134 interface DOMQuad
1135 attribute @@toStringTag 1135 attribute @@toStringTag
1136 getter p1 1136 getter p1
1137 getter p2 1137 getter p2
1138 getter p3 1138 getter p3
1139 getter p4 1139 getter p4
1140 method constructor 1140 method constructor
1141 method toJSON
1141 interface DOMRect : DOMRectReadOnly 1142 interface DOMRect : DOMRectReadOnly
1142 attribute @@toStringTag 1143 attribute @@toStringTag
1143 getter height 1144 getter height
1144 getter width 1145 getter width
1145 getter x 1146 getter x
1146 getter y 1147 getter y
1147 method constructor 1148 method constructor
1148 setter height 1149 setter height
1149 setter width 1150 setter width
1150 setter x 1151 setter x
(...skipping 7841 matching lines...) Expand 10 before | Expand all | Expand 10 after
8992 setter scrollY 8993 setter scrollY
8993 setter scrollbars 8994 setter scrollbars
8994 setter status 8995 setter status
8995 setter statusbar 8996 setter statusbar
8996 setter toolbar 8997 setter toolbar
8997 setter visualViewport 8998 setter visualViewport
8998 PASS successfullyParsed is true 8999 PASS successfullyParsed is true
8999 9000
9000 TEST COMPLETE 9001 TEST COMPLETE
9001 9002
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