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

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

Issue 2863973003: Expose RTT and downlink bandwidth using experimental Javascript API (Closed)
Patch Set: Rebased 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 4399 matching lines...) Expand 10 before | Expand all | Expand 10 after
4410 method requestKeyboardLock 4410 method requestKeyboardLock
4411 method requestMIDIAccess 4411 method requestMIDIAccess
4412 method requestMediaKeySystemAccess 4412 method requestMediaKeySystemAccess
4413 method sendBeacon 4413 method sendBeacon
4414 method share 4414 method share
4415 method unregisterProtocolHandler 4415 method unregisterProtocolHandler
4416 method vibrate 4416 method vibrate
4417 method webkitGetUserMedia 4417 method webkitGetUserMedia
4418 interface NetworkInformation : EventTarget 4418 interface NetworkInformation : EventTarget
4419 attribute @@toStringTag 4419 attribute @@toStringTag
4420 getter downlink
4420 getter downlinkMax 4421 getter downlinkMax
4421 getter onchange 4422 getter onchange
4422 getter ontypechange 4423 getter ontypechange
4424 getter rtt
4423 getter type 4425 getter type
4424 method constructor 4426 method constructor
4425 setter onchange 4427 setter onchange
4426 setter ontypechange 4428 setter ontypechange
4427 interface Node : EventTarget 4429 interface Node : EventTarget
4428 attribute @@toStringTag 4430 attribute @@toStringTag
4429 attribute ATTRIBUTE_NODE 4431 attribute ATTRIBUTE_NODE
4430 attribute CDATA_SECTION_NODE 4432 attribute CDATA_SECTION_NODE
4431 attribute COMMENT_NODE 4433 attribute COMMENT_NODE
4432 attribute DOCUMENT_FRAGMENT_NODE 4434 attribute DOCUMENT_FRAGMENT_NODE
(...skipping 4784 matching lines...) Expand 10 before | Expand all | Expand 10 after
9217 setter scrollY 9219 setter scrollY
9218 setter scrollbars 9220 setter scrollbars
9219 setter status 9221 setter status
9220 setter statusbar 9222 setter statusbar
9221 setter toolbar 9223 setter toolbar
9222 setter visualViewport 9224 setter visualViewport
9223 PASS successfullyParsed is true 9225 PASS successfullyParsed is true
9224 9226
9225 TEST COMPLETE 9227 TEST COMPLETE
9226 9228
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698