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

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

Issue 2611703002: The DOMRectReadOnly interface requires serializer. (Closed)
Patch Set: DOMRectReadOnly interface requires serializer. 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 94: 'webkitURL' is deprecated. Please use 'URL' instead. 1 CONSOLE WARNING: line 94: '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 1132 matching lines...) Expand 10 before | Expand all | Expand 10 after
1143 attribute @@toStringTag 1143 attribute @@toStringTag
1144 getter bottom 1144 getter bottom
1145 getter height 1145 getter height
1146 getter left 1146 getter left
1147 getter right 1147 getter right
1148 getter top 1148 getter top
1149 getter width 1149 getter width
1150 getter x 1150 getter x
1151 getter y 1151 getter y
1152 method constructor 1152 method constructor
1153 method toJSON
1153 interface DOMStringList 1154 interface DOMStringList
1154 attribute @@toStringTag 1155 attribute @@toStringTag
1155 getter length 1156 getter length
1156 method @@iterator 1157 method @@iterator
1157 method constructor 1158 method constructor
1158 method contains 1159 method contains
1159 method item 1160 method item
1160 interface DOMStringMap 1161 interface DOMStringMap
1161 attribute @@toStringTag 1162 attribute @@toStringTag
1162 method constructor 1163 method constructor
(...skipping 7819 matching lines...) Expand 10 before | Expand all | Expand 10 after
8982 setter scrollY 8983 setter scrollY
8983 setter scrollbars 8984 setter scrollbars
8984 setter status 8985 setter status
8985 setter statusbar 8986 setter statusbar
8986 setter toolbar 8987 setter toolbar
8987 setter visualViewport 8988 setter visualViewport
8988 PASS successfullyParsed is true 8989 PASS successfullyParsed is true
8989 8990
8990 TEST COMPLETE 8991 TEST COMPLETE
8991 8992
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698