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

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: 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 4406 matching lines...) Expand 10 before | Expand all | Expand 10 after
4417 method requestKeyboardLock 4417 method requestKeyboardLock
4418 method requestMIDIAccess 4418 method requestMIDIAccess
4419 method requestMediaKeySystemAccess 4419 method requestMediaKeySystemAccess
4420 method sendBeacon 4420 method sendBeacon
4421 method share 4421 method share
4422 method unregisterProtocolHandler 4422 method unregisterProtocolHandler
4423 method vibrate 4423 method vibrate
4424 method webkitGetUserMedia 4424 method webkitGetUserMedia
4425 interface NetworkInformation : EventTarget 4425 interface NetworkInformation : EventTarget
4426 attribute @@toStringTag 4426 attribute @@toStringTag
4427 getter downlink
4427 getter downlinkMax 4428 getter downlinkMax
4428 getter onchange 4429 getter onchange
4429 getter ontypechange 4430 getter ontypechange
4431 getter rtt
4430 getter type 4432 getter type
4431 method constructor 4433 method constructor
4432 setter onchange 4434 setter onchange
4433 setter ontypechange 4435 setter ontypechange
4434 interface Node : EventTarget 4436 interface Node : EventTarget
4435 attribute @@toStringTag 4437 attribute @@toStringTag
4436 attribute ATTRIBUTE_NODE 4438 attribute ATTRIBUTE_NODE
4437 attribute CDATA_SECTION_NODE 4439 attribute CDATA_SECTION_NODE
4438 attribute COMMENT_NODE 4440 attribute COMMENT_NODE
4439 attribute DOCUMENT_FRAGMENT_NODE 4441 attribute DOCUMENT_FRAGMENT_NODE
(...skipping 4785 matching lines...) Expand 10 before | Expand all | Expand 10 after
9225 setter scrollY 9227 setter scrollY
9226 setter scrollbars 9228 setter scrollbars
9227 setter status 9229 setter status
9228 setter statusbar 9230 setter statusbar
9229 setter toolbar 9231 setter toolbar
9230 setter visualViewport 9232 setter visualViewport
9231 PASS successfullyParsed is true 9233 PASS successfullyParsed is true
9232 9234
9233 TEST COMPLETE 9235 TEST COMPLETE
9234 9236
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698