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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload-disabled/webexposed/global-interface-listing-expected.txt

Issue 2805763004: [System-Keyboard-Lock] Forward navigator functions to RenderFrameHost (Closed)
Patch Set: Synchronize latest changes Created 3 years, 8 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 AbsoluteOrientationSensor : OrientationSensor 8 interface AbsoluteOrientationSensor : OrientationSensor
9 attribute @@toStringTag 9 attribute @@toStringTag
10 method constructor 10 method constructor
(...skipping 4313 matching lines...) Expand 10 before | Expand all | Expand 10 after
4324 getter product 4324 getter product
4325 getter productSub 4325 getter productSub
4326 getter serviceWorker 4326 getter serviceWorker
4327 getter storage 4327 getter storage
4328 getter usb 4328 getter usb
4329 getter userAgent 4329 getter userAgent
4330 getter vendor 4330 getter vendor
4331 getter vendorSub 4331 getter vendorSub
4332 getter webkitPersistentStorage 4332 getter webkitPersistentStorage
4333 getter webkitTemporaryStorage 4333 getter webkitTemporaryStorage
4334 method cancelKeyLock
4334 method constructor 4335 method constructor
4335 method getBattery 4336 method getBattery
4336 method getGamepads 4337 method getGamepads
4337 method getInstalledRelatedApps 4338 method getInstalledRelatedApps
4338 method getUserMedia 4339 method getUserMedia
4339 method getVRDisplays 4340 method getVRDisplays
4340 method isProtocolHandlerRegistered 4341 method isProtocolHandlerRegistered
4341 method javaEnabled 4342 method javaEnabled
4342 method registerProtocolHandler 4343 method registerProtocolHandler
4344 method requestKeyLock
4343 method requestMIDIAccess 4345 method requestMIDIAccess
4344 method requestMediaKeySystemAccess 4346 method requestMediaKeySystemAccess
4345 method sendBeacon 4347 method sendBeacon
4346 method share 4348 method share
4347 method unregisterProtocolHandler 4349 method unregisterProtocolHandler
4348 method vibrate 4350 method vibrate
4349 method webkitGetUserMedia 4351 method webkitGetUserMedia
4350 interface NetworkInformation : EventTarget 4352 interface NetworkInformation : EventTarget
4351 attribute @@toStringTag 4353 attribute @@toStringTag
4352 getter downlinkMax 4354 getter downlinkMax
(...skipping 4803 matching lines...) Expand 10 before | Expand all | Expand 10 after
9156 setter scrollY 9158 setter scrollY
9157 setter scrollbars 9159 setter scrollbars
9158 setter status 9160 setter status
9159 setter statusbar 9161 setter statusbar
9160 setter toolbar 9162 setter toolbar
9161 setter visualViewport 9163 setter visualViewport
9162 PASS successfullyParsed is true 9164 PASS successfullyParsed is true
9163 9165
9164 TEST COMPLETE 9166 TEST COMPLETE
9165 9167
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698