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

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: [GeometryInterface] add getBounds function in DOMQaud. 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 7855 matching lines...) Expand 10 before | Expand all | Expand 10 after
9017 setter scrollY 9018 setter scrollY
9018 setter scrollbars 9019 setter scrollbars
9019 setter status 9020 setter status
9020 setter statusbar 9021 setter statusbar
9021 setter toolbar 9022 setter toolbar
9022 setter visualViewport 9023 setter visualViewport
9023 PASS successfullyParsed is true 9024 PASS successfullyParsed is true
9024 9025
9025 TEST COMPLETE 9026 TEST COMPLETE
9026 9027
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698