blob: 227aaa9ae8968a508fc4dd32a3e19b964e1f0c05 [file] [log] [blame]
Tests RTCPeerConnection remoteDescription.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS pc.setRemoteDescription(sessionDescription, requestSucceeded1, requestFailed1); did not throw exception.
PASS requestSucceeded was called.
PASS pc.setRemoteDescription(sessionDescription, requestSucceeded2, requestFailed2); did not throw exception.
PASS requestFailed was called.
PASS pc.remoteDescription.type is "offer"
PASS pc.remoteDescription.sdp is "remote"
PASS pc.remoteDescription.type is "offer"
PASS pc.remoteDescription.sdp is "remote"
PASS successfullyParsed is true
TEST COMPLETE