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

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: ps 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 4367 matching lines...) Expand 10 before | Expand all | Expand 10 after
4378 method requestKeyboardLock 4378 method requestKeyboardLock
4379 method requestMIDIAccess 4379 method requestMIDIAccess
4380 method requestMediaKeySystemAccess 4380 method requestMediaKeySystemAccess
4381 method sendBeacon 4381 method sendBeacon
4382 method share 4382 method share
4383 method unregisterProtocolHandler 4383 method unregisterProtocolHandler
4384 method vibrate 4384 method vibrate
4385 method webkitGetUserMedia 4385 method webkitGetUserMedia
4386 interface NetworkInformation : EventTarget 4386 interface NetworkInformation : EventTarget
4387 attribute @@toStringTag 4387 attribute @@toStringTag
4388 getter downlink
4388 getter downlinkMax 4389 getter downlinkMax
4389 getter onchange 4390 getter onchange
4390 getter ontypechange 4391 getter ontypechange
4392 getter rtt
4391 getter type 4393 getter type
4392 method constructor 4394 method constructor
4393 setter onchange 4395 setter onchange
4394 setter ontypechange 4396 setter ontypechange
4395 interface Node : EventTarget 4397 interface Node : EventTarget
4396 attribute @@toStringTag 4398 attribute @@toStringTag
4397 attribute ATTRIBUTE_NODE 4399 attribute ATTRIBUTE_NODE
4398 attribute CDATA_SECTION_NODE 4400 attribute CDATA_SECTION_NODE
4399 attribute COMMENT_NODE 4401 attribute COMMENT_NODE
4400 attribute DOCUMENT_FRAGMENT_NODE 4402 attribute DOCUMENT_FRAGMENT_NODE
(...skipping 4771 matching lines...) Expand 10 before | Expand all | Expand 10 after
9172 setter scrollY 9174 setter scrollY
9173 setter scrollbars 9175 setter scrollbars
9174 setter status 9176 setter status
9175 setter statusbar 9177 setter statusbar
9176 setter toolbar 9178 setter toolbar
9177 setter visualViewport 9179 setter visualViewport
9178 PASS successfullyParsed is true 9180 PASS successfullyParsed is true
9179 9181
9180 TEST COMPLETE 9182 TEST COMPLETE
9181 9183
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698