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

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

Issue 2680023003: [GeometryInterface] add getBounds function in DOMQaud. (Closed)
Patch Set: caching Created 3 years, 10 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 method toJSON 1142 method toJSON
1143 interface DOMQuad 1143 interface DOMQuad
1144 static method fromQuad 1144 static method fromQuad
1145 static method fromRect 1145 static method fromRect
1146 attribute @@toStringTag 1146 attribute @@toStringTag
1147 getter p1 1147 getter p1
1148 getter p2 1148 getter p2
1149 getter p3 1149 getter p3
1150 getter p4 1150 getter p4
1151 method constructor 1151 method constructor
1152 method getBounds
1152 method toJSON 1153 method toJSON
1153 interface DOMRect : DOMRectReadOnly 1154 interface DOMRect : DOMRectReadOnly
1154 attribute @@toStringTag 1155 attribute @@toStringTag
1155 getter height 1156 getter height
1156 getter width 1157 getter width
1157 getter x 1158 getter x
1158 getter y 1159 getter y
1159 method constructor 1160 method constructor
1160 setter height 1161 setter height
1161 setter width 1162 setter width
(...skipping 7887 matching lines...) Expand 10 before | Expand all | Expand 10 after
9049 setter scrollY 9050 setter scrollY
9050 setter scrollbars 9051 setter scrollbars
9051 setter status 9052 setter status
9052 setter statusbar 9053 setter statusbar
9053 setter toolbar 9054 setter toolbar
9054 setter visualViewport 9055 setter visualViewport
9055 PASS successfullyParsed is true 9056 PASS successfullyParsed is true
9056 9057
9057 TEST COMPLETE 9058 TEST COMPLETE
9058 9059
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