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

Side by Side Diff: third_party/WebKit/LayoutTests/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 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 4795 matching lines...) Expand 10 before | Expand all | Expand 10 after
9148 setter scrollY 9150 setter scrollY
9149 setter scrollbars 9151 setter scrollbars
9150 setter status 9152 setter status
9151 setter statusbar 9153 setter statusbar
9152 setter toolbar 9154 setter toolbar
9153 setter visualViewport 9155 setter visualViewport
9154 PASS successfullyParsed is true 9156 PASS successfullyParsed is true
9155 9157
9156 TEST COMPLETE 9158 TEST COMPLETE
9157 9159
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698