Index: LayoutTests/fast/mediastream/RTCPeerConnection-events-expected.txt |
diff --git a/LayoutTests/fast/mediastream/RTCPeerConnection-events-expected.txt b/LayoutTests/fast/mediastream/RTCPeerConnection-events-expected.txt |
deleted file mode 100644 |
index dd8877efaf0995e04b2729b5909de2f13739663d..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/mediastream/RTCPeerConnection-events-expected.txt |
+++ /dev/null |
@@ -1,15 +0,0 @@ |
-Tests that RTCPeerConnection event callbacks are async so that for example close can be called safely. The order of the messages is very important. |
- |
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
- |
- |
-PASS gotStream was called. |
-PASS gotStream done. |
-PASS onNegotiationNeeded was called. |
-PASS onNegotiationNeeded done. |
-PASS onStateChange was called. |
-PASS pc.signalingState is 'closed' |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |