Index: LayoutTests/fast/mediastream/RTCPeerConnection-remoteDescription-expected.txt |
diff --git a/LayoutTests/fast/mediastream/RTCPeerConnection-remoteDescription-expected.txt b/LayoutTests/fast/mediastream/RTCPeerConnection-remoteDescription-expected.txt |
deleted file mode 100644 |
index eef2ed1bf3b2a0699cb7e182ce58d8c814649a89..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/mediastream/RTCPeerConnection-remoteDescription-expected.txt |
+++ /dev/null |
@@ -1,17 +0,0 @@ |
-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 "answer" |
-PASS pc.remoteDescription.sdp is "remote" |
-PASS pc.remoteDescription.type is "answer" |
-PASS pc.remoteDescription.sdp is "remote" |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |