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

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

Issue 607523002: Added layouttests for checking that RTCPeerConnection.onaddstream (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed spelling in expected.txt Created 6 years, 2 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
« no previous file with comments | « LayoutTests/fast/mediastream/RTCPeerConnection-remotestreams.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Tests that an RTCPeerConnection can signal that remote streams are added and rem oved.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS pc.setRemoteDescription(sessionDescription, requestSucceeded1, requestFaile dUnexpectedly); did not throw exception.
7 PASS remote stream was added
8 PASS event.stream.getVideoTracks().length is 1
9 PASS event.stream.getAudioTracks().length is 1
10 PASS requestSucceeded was called.
11 PASS pc.getRemoteStreams().length is 1
12 PASS pc.setRemoteDescription(sessionDescription, requestSucceeded2, requestFaile dUnexpectedly); did not throw exception.
13 PASS remote stream was removed
14 PASS event.stream.getVideoTracks().length is 0
15 PASS event.stream.getAudioTracks().length is 0
16 PASS requestSucceeded was called.
17 PASS pc.getRemoteStreams().length is 0
18 PASS successfullyParsed is true
19
20 TEST COMPLETE
21
OLDNEW
« no previous file with comments | « LayoutTests/fast/mediastream/RTCPeerConnection-remotestreams.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698