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

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

Issue 650063002: Move MediaStream and MediaStreamTrack implementation from modules/mediastream to core/mediastream. Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased. 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 [add|remove]Stream.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS Got a stream.
7 PASS Got another stream.
8 PASS stream.id === stream2.id is false
9 PASS onAddStream was called.
10 PASS pc.getStreamById(stream.id) is stream
11 PASS pc.getStreamById(stream2.id) is null
12 PASS pc.getLocalStreams().length is 1
13 PASS pc.getLocalStreams().length is 1
14 PASS onRemoveStream was called.
15 PASS pc.getLocalStreams().length is 0
16 PASS successfullyParsed is true
17
18 TEST COMPLETE
19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698