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

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

Issue 2803693002: RTCRtpReceiver.getContributingSources() added. (Closed)
Patch Set: Addressed guidou's comments Created 3 years, 8 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 5055 matching lines...) Expand 10 before | Expand all | Expand 10 after
5066 setter onicecandidate 5066 setter onicecandidate
5067 setter oniceconnectionstatechange 5067 setter oniceconnectionstatechange
5068 setter onicegatheringstatechange 5068 setter onicegatheringstatechange
5069 setter onnegotiationneeded 5069 setter onnegotiationneeded
5070 setter onremovestream 5070 setter onremovestream
5071 setter onsignalingstatechange 5071 setter onsignalingstatechange
5072 interface RTCPeerConnectionIceEvent : Event 5072 interface RTCPeerConnectionIceEvent : Event
5073 attribute @@toStringTag 5073 attribute @@toStringTag
5074 getter candidate 5074 getter candidate
5075 method constructor 5075 method constructor
5076 interface RTCRtpContributingSource
5077 attribute @@toStringTag
5078 getter source
5079 getter timestamp
5080 method constructor
5076 interface RTCRtpReceiver 5081 interface RTCRtpReceiver
5077 attribute @@toStringTag 5082 attribute @@toStringTag
5078 getter track 5083 getter track
5079 method constructor 5084 method constructor
5085 method getContributingSources
5080 interface RTCSessionDescription 5086 interface RTCSessionDescription
5081 attribute @@toStringTag 5087 attribute @@toStringTag
5082 getter sdp 5088 getter sdp
5083 getter type 5089 getter type
5084 method constructor 5090 method constructor
5085 method toJSON 5091 method toJSON
5086 setter sdp 5092 setter sdp
5087 setter type 5093 setter type
5088 interface RTCStatsReport 5094 interface RTCStatsReport
5089 attribute @@toStringTag 5095 attribute @@toStringTag
(...skipping 4058 matching lines...) Expand 10 before | Expand all | Expand 10 after
9148 setter scrollY 9154 setter scrollY
9149 setter scrollbars 9155 setter scrollbars
9150 setter status 9156 setter status
9151 setter statusbar 9157 setter statusbar
9152 setter toolbar 9158 setter toolbar
9153 setter visualViewport 9159 setter visualViewport
9154 PASS successfullyParsed is true 9160 PASS successfullyParsed is true
9155 9161
9156 TEST COMPLETE 9162 TEST COMPLETE
9157 9163
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698