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

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, 7 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 4356 matching lines...) Expand 10 before | Expand all | Expand 10 after
4367 getter product 4367 getter product
4368 getter productSub 4368 getter productSub
4369 getter serviceWorker 4369 getter serviceWorker
4370 getter storage 4370 getter storage
4371 getter usb 4371 getter usb
4372 getter userAgent 4372 getter userAgent
4373 getter vendor 4373 getter vendor
4374 getter vendorSub 4374 getter vendorSub
4375 getter webkitPersistentStorage 4375 getter webkitPersistentStorage
4376 getter webkitTemporaryStorage 4376 getter webkitTemporaryStorage
4377 method cancelKeyLock
4377 method constructor 4378 method constructor
4378 method getBattery 4379 method getBattery
4379 method getGamepads 4380 method getGamepads
4380 method getInstalledRelatedApps 4381 method getInstalledRelatedApps
4381 method getUserMedia 4382 method getUserMedia
4382 method getVRDisplays 4383 method getVRDisplays
4383 method isProtocolHandlerRegistered 4384 method isProtocolHandlerRegistered
4384 method javaEnabled 4385 method javaEnabled
4385 method registerProtocolHandler 4386 method registerProtocolHandler
4387 method requestKeyLock
4386 method requestMIDIAccess 4388 method requestMIDIAccess
4387 method requestMediaKeySystemAccess 4389 method requestMediaKeySystemAccess
4388 method sendBeacon 4390 method sendBeacon
4389 method share 4391 method share
4390 method unregisterProtocolHandler 4392 method unregisterProtocolHandler
4391 method vibrate 4393 method vibrate
4392 method webkitGetUserMedia 4394 method webkitGetUserMedia
4393 interface NetworkInformation : EventTarget 4395 interface NetworkInformation : EventTarget
4394 attribute @@toStringTag 4396 attribute @@toStringTag
4395 getter downlinkMax 4397 getter downlinkMax
(...skipping 4797 matching lines...) Expand 10 before | Expand all | Expand 10 after
9193 setter scrollY 9195 setter scrollY
9194 setter scrollbars 9196 setter scrollbars
9195 setter status 9197 setter status
9196 setter statusbar 9198 setter statusbar
9197 setter toolbar 9199 setter toolbar
9198 setter visualViewport 9200 setter visualViewport
9199 PASS successfullyParsed is true 9201 PASS successfullyParsed is true
9200 9202
9201 TEST COMPLETE 9203 TEST COMPLETE
9202 9204
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698