Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / mediastream / RTCPeerConnection-remotestreams-expected.txt
bloba381e854a84cd65ac5b0d66166fef5413bbb3991
1 Tests that an RTCPeerConnection can signal that remote streams are added and removed.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS pc.setRemoteDescription(sessionDescription, requestSucceeded1, requestFailedUnexpectedly); 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 event.stream.active is true
11 PASS requestSucceeded was called.
12 PASS pc.getRemoteStreams().length is 1
13 PASS pc.setRemoteDescription(sessionDescription, requestSucceeded2, requestFailedUnexpectedly); did not throw exception.
14 PASS remote stream was removed
15 PASS event.stream.getVideoTracks().length is 0
16 PASS event.stream.getAudioTracks().length is 0
17 PASS event.stream.active is false
18 PASS requestSucceeded was called.
19 PASS pc.getRemoteStreams().length is 0
20 PASS successfullyParsed is true
22 TEST COMPLETE