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

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: Resolve review comments 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 4349 matching lines...) Expand 10 before | Expand all | Expand 10 after
4360 getter product 4360 getter product
4361 getter productSub 4361 getter productSub
4362 getter serviceWorker 4362 getter serviceWorker
4363 getter storage 4363 getter storage
4364 getter usb 4364 getter usb
4365 getter userAgent 4365 getter userAgent
4366 getter vendor 4366 getter vendor
4367 getter vendorSub 4367 getter vendorSub
4368 getter webkitPersistentStorage 4368 getter webkitPersistentStorage
4369 getter webkitTemporaryStorage 4369 getter webkitTemporaryStorage
4370 method cancelKeyLock
4370 method constructor 4371 method constructor
4371 method getBattery 4372 method getBattery
4372 method getGamepads 4373 method getGamepads
4373 method getInstalledRelatedApps 4374 method getInstalledRelatedApps
4374 method getUserMedia 4375 method getUserMedia
4375 method getVRDisplays 4376 method getVRDisplays
4376 method isProtocolHandlerRegistered 4377 method isProtocolHandlerRegistered
4377 method javaEnabled 4378 method javaEnabled
4378 method registerProtocolHandler 4379 method registerProtocolHandler
4380 method requestKeyLock
4379 method requestMIDIAccess 4381 method requestMIDIAccess
4380 method requestMediaKeySystemAccess 4382 method requestMediaKeySystemAccess
4381 method sendBeacon 4383 method sendBeacon
4382 method share 4384 method share
4383 method unregisterProtocolHandler 4385 method unregisterProtocolHandler
4384 method vibrate 4386 method vibrate
4385 method webkitGetUserMedia 4387 method webkitGetUserMedia
4386 interface NetworkInformation : EventTarget 4388 interface NetworkInformation : EventTarget
4387 attribute @@toStringTag 4389 attribute @@toStringTag
4388 getter downlinkMax 4390 getter downlinkMax
(...skipping 4796 matching lines...) Expand 10 before | Expand all | Expand 10 after
9185 setter scrollY 9187 setter scrollY
9186 setter scrollbars 9188 setter scrollbars
9187 setter status 9189 setter status
9188 setter statusbar 9190 setter statusbar
9189 setter toolbar 9191 setter toolbar
9190 setter visualViewport 9192 setter visualViewport
9191 PASS successfullyParsed is true 9193 PASS successfullyParsed is true
9192 9194
9193 TEST COMPLETE 9195 TEST COMPLETE
9194 9196
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698