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

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: Forked RTCPeerConnection-remoteDescription.html to new test page. 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
OLDNEW
(Empty)
1 Tests RTCPeerConnection remote MediaStreams.
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 dUnexpected); 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 dUnexpected); 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

Powered by Google App Engine
This is Rietveld 408576698