Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / mediastream / RTCPeerConnection-remoteDescription-expected.txt
blobeef2ed1bf3b2a0699cb7e182ce58d8c814649a89
1 Tests RTCPeerConnection remoteDescription.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS pc.setRemoteDescription(sessionDescription, requestSucceeded1, requestFailed1); did not throw exception.
7 PASS requestSucceeded was called.
8 PASS pc.setRemoteDescription(sessionDescription, requestSucceeded2, requestFailed2); did not throw exception.
9 PASS requestFailed was called.
10 PASS pc.remoteDescription.type is "answer"
11 PASS pc.remoteDescription.sdp is "remote"
12 PASS pc.remoteDescription.type is "answer"
13 PASS pc.remoteDescription.sdp is "remote"
14 PASS successfullyParsed is true
16 TEST COMPLETE