Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / mediastream / RTCPeerConnection-createOffer-expected.txt
index 8c1c8fd..84dc3a1 100644 (file)
@@ -7,6 +7,9 @@ PASS requestSucceeded was called.
 PASS sessionDescription.type is "offer"
 PASS requestFailed was called.
 PASS errorReason is "TEST_ERROR"
+PASS pc.createOffer(dummy, dummy, {offerToReceiveVideo:-1, offerToReceiveAudio:0}); threw exception TypeError: Failed to execute 'createOffer' on 'RTCPeerConnection': Invalid offerToReceiveVideo.
+PASS pc.createOffer(dummy, dummy, {offerToReceiveVideo:0, offerToReceiveAudio:-1}); threw exception TypeError: Failed to execute 'createOffer' on 'RTCPeerConnection': Invalid offerToReceiveAudio.
+PASS pc.createOffer(dummy, dummy, {offerToReceiveVideo:1, offerToReceiveAudio:0, voiceActivityDetection:false, iceRestart:true}); did not throw exception.
 PASS successfullyParsed is true
 
 TEST COMPLETE