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

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

Issue 2706563003: Create the API that returns the RTCConfiguration of the PeerConnection.
Patch Set: rebaselining again Created 3 years, 9 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 Accelerometer : Sensor 8 interface Accelerometer : Sensor
9 attribute @@toStringTag 9 attribute @@toStringTag
10 getter includesGravity 10 getter includesGravity
(...skipping 4954 matching lines...) Expand 10 before | Expand all | Expand 10 after
4965 getter remoteDescription 4965 getter remoteDescription
4966 getter signalingState 4966 getter signalingState
4967 method addIceCandidate 4967 method addIceCandidate
4968 method addStream 4968 method addStream
4969 method close 4969 method close
4970 method constructor 4970 method constructor
4971 method createAnswer 4971 method createAnswer
4972 method createDTMFSender 4972 method createDTMFSender
4973 method createDataChannel 4973 method createDataChannel
4974 method createOffer 4974 method createOffer
4975 method getConfiguration
4975 method getLocalStreams 4976 method getLocalStreams
4976 method getRemoteStreams 4977 method getRemoteStreams
4977 method getStats 4978 method getStats
4978 method getStreamById 4979 method getStreamById
4979 method removeStream 4980 method removeStream
4980 method setConfiguration 4981 method setConfiguration
4981 method setLocalDescription 4982 method setLocalDescription
4982 method setRemoteDescription 4983 method setRemoteDescription
4983 setter onaddstream 4984 setter onaddstream
4984 setter ondatachannel 4985 setter ondatachannel
(...skipping 3629 matching lines...) Expand 10 before | Expand all | Expand 10 after
8614 getter remoteDescription 8615 getter remoteDescription
8615 getter signalingState 8616 getter signalingState
8616 method addIceCandidate 8617 method addIceCandidate
8617 method addStream 8618 method addStream
8618 method close 8619 method close
8619 method constructor 8620 method constructor
8620 method createAnswer 8621 method createAnswer
8621 method createDTMFSender 8622 method createDTMFSender
8622 method createDataChannel 8623 method createDataChannel
8623 method createOffer 8624 method createOffer
8625 method getConfiguration
8624 method getLocalStreams 8626 method getLocalStreams
8625 method getRemoteStreams 8627 method getRemoteStreams
8626 method getStats 8628 method getStats
8627 method getStreamById 8629 method getStreamById
8628 method removeStream 8630 method removeStream
8629 method setConfiguration 8631 method setConfiguration
8630 method setLocalDescription 8632 method setLocalDescription
8631 method setRemoteDescription 8633 method setRemoteDescription
8632 setter onaddstream 8634 setter onaddstream
8633 setter ondatachannel 8635 setter ondatachannel
(...skipping 442 matching lines...) Expand 10 before | Expand all | Expand 10 after
9076 setter scrollY 9078 setter scrollY
9077 setter scrollbars 9079 setter scrollbars
9078 setter status 9080 setter status
9079 setter statusbar 9081 setter statusbar
9080 setter toolbar 9082 setter toolbar
9081 setter visualViewport 9083 setter visualViewport
9082 PASS successfullyParsed is true 9084 PASS successfullyParsed is true
9083 9085
9084 TEST COMPLETE 9086 TEST COMPLETE
9085 9087
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698