Index: LayoutTests/fast/mediastream/RTCPeerConnection-state-expected.txt |
diff --git a/LayoutTests/fast/mediastream/RTCPeerConnection-state-expected.txt b/LayoutTests/fast/mediastream/RTCPeerConnection-state-expected.txt |
deleted file mode 100644 |
index 3ee66d1ea156dedd5ed187b1e5ea31e62173091a..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/mediastream/RTCPeerConnection-state-expected.txt |
+++ /dev/null |
@@ -1,13 +0,0 @@ |
-Tests the RTCPeerConnection states. |
- |
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
- |
- |
-PASS pc = new webkitRTCPeerConnection({iceServers:[]}, null); did not throw exception. |
-PASS pc.signalingState is "stable" |
-PASS stateChanged was called |
-PASS pc.signalingState is "closed" |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |