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

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

Issue 2908393002: [Sensors] Bindings for RelativeOrientationSensor (Closed)
Patch Set: updated webexposed tests results Created 3 years, 6 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 70: 'webkitURL' is deprecated. Please use 'URL' instead. 1 CONSOLE WARNING: line 70: '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 AbsoluteOrientationSensor : OrientationSensor 8 interface AbsoluteOrientationSensor : OrientationSensor
9 attribute @@toStringTag 9 attribute @@toStringTag
10 method constructor 10 method constructor
(...skipping 5178 matching lines...) Expand 10 before | Expand all | Expand 10 after
5189 method surroundContents 5189 method surroundContents
5190 method toString 5190 method toString
5191 interface ReadableStream 5191 interface ReadableStream
5192 getter locked 5192 getter locked
5193 method cancel 5193 method cancel
5194 method constructor 5194 method constructor
5195 method getReader 5195 method getReader
5196 method pipeThrough 5196 method pipeThrough
5197 method pipeTo 5197 method pipeTo
5198 method tee 5198 method tee
5199 interface RelativeOrientationSensor : OrientationSensor
5200 attribute @@toStringTag
5201 method constructor
5199 interface RemotePlayback : EventTarget 5202 interface RemotePlayback : EventTarget
5200 attribute @@toStringTag 5203 attribute @@toStringTag
5201 getter onconnect 5204 getter onconnect
5202 getter onconnecting 5205 getter onconnecting
5203 getter ondisconnect 5206 getter ondisconnect
5204 getter state 5207 getter state
5205 method cancelWatchAvailability 5208 method cancelWatchAvailability
5206 method constructor 5209 method constructor
5207 method prompt 5210 method prompt
5208 method watchAvailability 5211 method watchAvailability
(...skipping 3985 matching lines...) Expand 10 before | Expand all | Expand 10 after
9194 setter scrollY 9197 setter scrollY
9195 setter scrollbars 9198 setter scrollbars
9196 setter status 9199 setter status
9197 setter statusbar 9200 setter statusbar
9198 setter toolbar 9201 setter toolbar
9199 setter view 9202 setter view
9200 PASS successfullyParsed is true 9203 PASS successfullyParsed is true
9201 9204
9202 TEST COMPLETE 9205 TEST COMPLETE
9203 9206
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698