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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload-disabled/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 5171 matching lines...) Expand 10 before | Expand all | Expand 10 after
5182 method surroundContents 5182 method surroundContents
5183 method toString 5183 method toString
5184 interface ReadableStream 5184 interface ReadableStream
5185 getter locked 5185 getter locked
5186 method cancel 5186 method cancel
5187 method constructor 5187 method constructor
5188 method getReader 5188 method getReader
5189 method pipeThrough 5189 method pipeThrough
5190 method pipeTo 5190 method pipeTo
5191 method tee 5191 method tee
5192 interface RelativeOrientationSensor : OrientationSensor
5193 attribute @@toStringTag
5194 method constructor
5192 interface RemotePlayback : EventTarget 5195 interface RemotePlayback : EventTarget
5193 attribute @@toStringTag 5196 attribute @@toStringTag
5194 getter onconnect 5197 getter onconnect
5195 getter onconnecting 5198 getter onconnecting
5196 getter ondisconnect 5199 getter ondisconnect
5197 getter state 5200 getter state
5198 method cancelWatchAvailability 5201 method cancelWatchAvailability
5199 method constructor 5202 method constructor
5200 method prompt 5203 method prompt
5201 method watchAvailability 5204 method watchAvailability
(...skipping 3984 matching lines...) Expand 10 before | Expand all | Expand 10 after
9186 setter scrollY 9189 setter scrollY
9187 setter scrollbars 9190 setter scrollbars
9188 setter status 9191 setter status
9189 setter statusbar 9192 setter statusbar
9190 setter toolbar 9193 setter toolbar
9191 setter view 9194 setter view
9192 PASS successfullyParsed is true 9195 PASS successfullyParsed is true
9193 9196
9194 TEST COMPLETE 9197 TEST COMPLETE
9195 9198
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698