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

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 4320 matching lines...) Expand 10 before | Expand all | Expand 10 after
4331 getter product 4331 getter product
4332 getter productSub 4332 getter productSub
4333 getter serviceWorker 4333 getter serviceWorker
4334 getter storage 4334 getter storage
4335 getter usb 4335 getter usb
4336 getter userAgent 4336 getter userAgent
4337 getter vendor 4337 getter vendor
4338 getter vendorSub 4338 getter vendorSub
4339 getter webkitPersistentStorage 4339 getter webkitPersistentStorage
4340 getter webkitTemporaryStorage 4340 getter webkitTemporaryStorage
4341 method cancelKeyLock
4341 method constructor 4342 method constructor
4342 method getBattery 4343 method getBattery
4343 method getGamepads 4344 method getGamepads
4344 method getInstalledRelatedApps 4345 method getInstalledRelatedApps
4345 method getUserMedia 4346 method getUserMedia
4346 method getVRDisplays 4347 method getVRDisplays
4347 method isProtocolHandlerRegistered 4348 method isProtocolHandlerRegistered
4348 method javaEnabled 4349 method javaEnabled
4349 method registerProtocolHandler 4350 method registerProtocolHandler
4351 method requestKeyLock
4350 method requestMIDIAccess 4352 method requestMIDIAccess
4351 method requestMediaKeySystemAccess 4353 method requestMediaKeySystemAccess
4352 method sendBeacon 4354 method sendBeacon
4353 method share 4355 method share
4354 method unregisterProtocolHandler 4356 method unregisterProtocolHandler
4355 method vibrate 4357 method vibrate
4356 method webkitGetUserMedia 4358 method webkitGetUserMedia
4357 interface NetworkInformation : EventTarget 4359 interface NetworkInformation : EventTarget
4358 attribute @@toStringTag 4360 attribute @@toStringTag
4359 getter downlinkMax 4361 getter downlinkMax
(...skipping 4804 matching lines...) Expand 10 before | Expand all | Expand 10 after
9164 setter scrollY 9166 setter scrollY
9165 setter scrollbars 9167 setter scrollbars
9166 setter status 9168 setter status
9167 setter statusbar 9169 setter statusbar
9168 setter toolbar 9170 setter toolbar
9169 setter visualViewport 9171 setter visualViewport
9170 PASS successfullyParsed is true 9172 PASS successfullyParsed is true
9171 9173
9172 TEST COMPLETE 9174 TEST COMPLETE
9173 9175
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698