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

Side by Side Diff: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt

Issue 2863973003: Expose RTT and downlink bandwidth using experimental Javascript API (Closed)
Patch Set: kinuko 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 4384 matching lines...) Expand 10 before | Expand all | Expand 10 after
4395 method requestKeyboardLock 4395 method requestKeyboardLock
4396 method requestMIDIAccess 4396 method requestMIDIAccess
4397 method requestMediaKeySystemAccess 4397 method requestMediaKeySystemAccess
4398 method sendBeacon 4398 method sendBeacon
4399 method share 4399 method share
4400 method unregisterProtocolHandler 4400 method unregisterProtocolHandler
4401 method vibrate 4401 method vibrate
4402 method webkitGetUserMedia 4402 method webkitGetUserMedia
4403 interface NetworkInformation : EventTarget 4403 interface NetworkInformation : EventTarget
4404 attribute @@toStringTag 4404 attribute @@toStringTag
4405 getter downlink
4405 getter downlinkMax 4406 getter downlinkMax
4406 getter onchange 4407 getter onchange
4407 getter ontypechange 4408 getter ontypechange
4409 getter rtt
4408 getter type 4410 getter type
4409 method constructor 4411 method constructor
4410 setter onchange 4412 setter onchange
4411 setter ontypechange 4413 setter ontypechange
4412 interface Node : EventTarget 4414 interface Node : EventTarget
4413 attribute @@toStringTag 4415 attribute @@toStringTag
4414 attribute ATTRIBUTE_NODE 4416 attribute ATTRIBUTE_NODE
4415 attribute CDATA_SECTION_NODE 4417 attribute CDATA_SECTION_NODE
4416 attribute COMMENT_NODE 4418 attribute COMMENT_NODE
4417 attribute DOCUMENT_FRAGMENT_NODE 4419 attribute DOCUMENT_FRAGMENT_NODE
(...skipping 4780 matching lines...) Expand 10 before | Expand all | Expand 10 after
9198 setter scrollY 9200 setter scrollY
9199 setter scrollbars 9201 setter scrollbars
9200 setter status 9202 setter status
9201 setter statusbar 9203 setter statusbar
9202 setter toolbar 9204 setter toolbar
9203 setter visualViewport 9205 setter visualViewport
9204 PASS successfullyParsed is true 9206 PASS successfullyParsed is true
9205 9207
9206 TEST COMPLETE 9208 TEST COMPLETE
9207 9209
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698