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

Side by Side Diff: LayoutTests/fast/mediastream/RTCPeerConnection-remotestreams-expected.txt

Issue 827673002: Add MediaStream.active attribute (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 5 years, 11 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 Tests that an RTCPeerConnection can signal that remote streams are added and rem oved. 1 Tests that an RTCPeerConnection can signal that remote streams are added and rem oved.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS pc.setRemoteDescription(sessionDescription, requestSucceeded1, requestFaile dUnexpectedly); did not throw exception. 6 PASS pc.setRemoteDescription(sessionDescription, requestSucceeded1, requestFaile dUnexpectedly); did not throw exception.
7 PASS remote stream was added 7 PASS remote stream was added
8 PASS event.stream.getVideoTracks().length is 1 8 PASS event.stream.getVideoTracks().length is 1
9 PASS event.stream.getAudioTracks().length is 1 9 PASS event.stream.getAudioTracks().length is 1
10 PASS event.stream.active is true
10 PASS requestSucceeded was called. 11 PASS requestSucceeded was called.
11 PASS pc.getRemoteStreams().length is 1 12 PASS pc.getRemoteStreams().length is 1
12 PASS pc.setRemoteDescription(sessionDescription, requestSucceeded2, requestFaile dUnexpectedly); did not throw exception. 13 PASS pc.setRemoteDescription(sessionDescription, requestSucceeded2, requestFaile dUnexpectedly); did not throw exception.
13 PASS remote stream was removed 14 PASS remote stream was removed
14 PASS event.stream.getVideoTracks().length is 0 15 PASS event.stream.getVideoTracks().length is 0
15 PASS event.stream.getAudioTracks().length is 0 16 PASS event.stream.getAudioTracks().length is 0
17 PASS event.stream.active is false
16 PASS requestSucceeded was called. 18 PASS requestSucceeded was called.
17 PASS pc.getRemoteStreams().length is 0 19 PASS pc.getRemoteStreams().length is 0
18 PASS successfullyParsed is true 20 PASS successfullyParsed is true
19 21
20 TEST COMPLETE 22 TEST COMPLETE
21 23
OLDNEW
« no previous file with comments | « LayoutTests/fast/mediastream/RTCPeerConnection-remotestreams.html ('k') | Source/core/events/EventTypeNames.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698