Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / mediastream / RTCPeerConnection-AddRemoveStream-expected.txt
blob8cd7c09f8382ded15213930bcf1b4e7b2c664225
1 Tests RTCPeerConnection [add|remove]Stream.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
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
18 TEST COMPLETE