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

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

Issue 2612263002: Adding fromRect to DOMRect and DOMRectReadOnly interfaces following spec. (Closed)
Patch Set: Adding fromRect to DOMRect and DOMRectReadOnly interfaces following spec. 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 1142 matching lines...) Expand 10 before | Expand all | Expand 10 after
1153 getter height 1153 getter height
1154 getter width 1154 getter width
1155 getter x 1155 getter x
1156 getter y 1156 getter y
1157 method constructor 1157 method constructor
1158 setter height 1158 setter height
1159 setter width 1159 setter width
1160 setter x 1160 setter x
1161 setter y 1161 setter y
1162 interface DOMRectReadOnly 1162 interface DOMRectReadOnly
1163 static method fromRect
1163 attribute @@toStringTag 1164 attribute @@toStringTag
1164 getter bottom 1165 getter bottom
1165 getter height 1166 getter height
1166 getter left 1167 getter left
1167 getter right 1168 getter right
1168 getter top 1169 getter top
1169 getter width 1170 getter width
1170 getter x 1171 getter x
1171 getter y 1172 getter y
1172 method constructor 1173 method constructor
(...skipping 7819 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

Powered by Google App Engine
This is Rietveld 408576698