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