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

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, dcheng, jkarlin 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 4377 matching lines...) Expand 10 before | Expand all | Expand 10 after
4388 method requestKeyboardLock 4388 method requestKeyboardLock
4389 method requestMIDIAccess 4389 method requestMIDIAccess
4390 method requestMediaKeySystemAccess 4390 method requestMediaKeySystemAccess
4391 method sendBeacon 4391 method sendBeacon
4392 method share 4392 method share
4393 method unregisterProtocolHandler 4393 method unregisterProtocolHandler
4394 method vibrate 4394 method vibrate
4395 method webkitGetUserMedia 4395 method webkitGetUserMedia
4396 interface NetworkInformation : EventTarget 4396 interface NetworkInformation : EventTarget
4397 attribute @@toStringTag 4397 attribute @@toStringTag
4398 getter downlink
4398 getter downlinkMax 4399 getter downlinkMax
4399 getter onchange 4400 getter onchange
4400 getter ontypechange 4401 getter ontypechange
4402 getter rtt
4401 getter type 4403 getter type
4402 method constructor 4404 method constructor
4403 setter onchange 4405 setter onchange
4404 setter ontypechange 4406 setter ontypechange
4405 interface Node : EventTarget 4407 interface Node : EventTarget
4406 attribute @@toStringTag 4408 attribute @@toStringTag
4407 attribute ATTRIBUTE_NODE 4409 attribute ATTRIBUTE_NODE
4408 attribute CDATA_SECTION_NODE 4410 attribute CDATA_SECTION_NODE
4409 attribute COMMENT_NODE 4411 attribute COMMENT_NODE
4410 attribute DOCUMENT_FRAGMENT_NODE 4412 attribute DOCUMENT_FRAGMENT_NODE
(...skipping 4780 matching lines...) Expand 10 before | Expand all | Expand 10 after
9191 setter scrollY 9193 setter scrollY
9192 setter scrollbars 9194 setter scrollbars
9193 setter status 9195 setter status
9194 setter statusbar 9196 setter statusbar
9195 setter toolbar 9197 setter toolbar
9196 setter visualViewport 9198 setter visualViewport
9197 PASS successfullyParsed is true 9199 PASS successfullyParsed is true
9198 9200
9199 TEST COMPLETE 9201 TEST COMPLETE
9200 9202
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698