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

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: 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 4374 matching lines...) Expand 10 before | Expand all | Expand 10 after
4385 method requestKeyboardLock 4385 method requestKeyboardLock
4386 method requestMIDIAccess 4386 method requestMIDIAccess
4387 method requestMediaKeySystemAccess 4387 method requestMediaKeySystemAccess
4388 method sendBeacon 4388 method sendBeacon
4389 method share 4389 method share
4390 method unregisterProtocolHandler 4390 method unregisterProtocolHandler
4391 method vibrate 4391 method vibrate
4392 method webkitGetUserMedia 4392 method webkitGetUserMedia
4393 interface NetworkInformation : EventTarget 4393 interface NetworkInformation : EventTarget
4394 attribute @@toStringTag 4394 attribute @@toStringTag
4395 getter downlink
4395 getter downlinkMax 4396 getter downlinkMax
4396 getter onchange 4397 getter onchange
4397 getter ontypechange 4398 getter ontypechange
4399 getter rtt
4398 getter type 4400 getter type
4399 method constructor 4401 method constructor
4400 setter onchange 4402 setter onchange
4401 setter ontypechange 4403 setter ontypechange
4402 interface Node : EventTarget 4404 interface Node : EventTarget
4403 attribute @@toStringTag 4405 attribute @@toStringTag
4404 attribute ATTRIBUTE_NODE 4406 attribute ATTRIBUTE_NODE
4405 attribute CDATA_SECTION_NODE 4407 attribute CDATA_SECTION_NODE
4406 attribute COMMENT_NODE 4408 attribute COMMENT_NODE
4407 attribute DOCUMENT_FRAGMENT_NODE 4409 attribute DOCUMENT_FRAGMENT_NODE
(...skipping 4772 matching lines...) Expand 10 before | Expand all | Expand 10 after
9180 setter scrollY 9182 setter scrollY
9181 setter scrollbars 9183 setter scrollbars
9182 setter status 9184 setter status
9183 setter statusbar 9185 setter statusbar
9184 setter toolbar 9186 setter toolbar
9185 setter visualViewport 9187 setter visualViewport
9186 PASS successfullyParsed is true 9188 PASS successfullyParsed is true
9187 9189
9188 TEST COMPLETE 9190 TEST COMPLETE
9189 9191
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698