Index: LayoutTests/fast/mediastream/RTCPeerConnection-createOffer-expected.txt |
diff --git a/LayoutTests/fast/mediastream/RTCPeerConnection-createOffer-expected.txt b/LayoutTests/fast/mediastream/RTCPeerConnection-createOffer-expected.txt |
deleted file mode 100644 |
index 84dc3a14b64081f28b49b94f9556a20b1de055ba..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/mediastream/RTCPeerConnection-createOffer-expected.txt |
+++ /dev/null |
@@ -1,16 +0,0 @@ |
-Tests RTCPeerConnection createOffer. |
- |
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
- |
- |
-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 |
- |