Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-remotestreams-expected.txt

Issue 2425703002: Remove |remote| and |readonly| members of MediaStreamTrack (Closed)
Patch Set: Fixed webkit_tests Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-remotestreams-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-remotestreams-expected.txt b/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-remotestreams-expected.txt
deleted file mode 100644
index a758bb0c281ef50cd38a3a054ab72268b4ce4b30..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-remotestreams-expected.txt
+++ /dev/null
@@ -1,27 +0,0 @@
-Tests that an RTCPeerConnection can signal that remote streams are added and removed.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS local_stream.getAudioTracks()[0].remote is false
-PASS local_stream.getVideoTracks()[0].remote is false
-PASS pc.setRemoteDescription(sessionDescription, requestSucceeded1, requestFailedUnexpectedly); did not throw exception.
-PASS remote stream was added
-PASS event.stream.getVideoTracks().length is 1
-PASS event.stream.getAudioTracks().length is 1
-PASS event.stream.active is true
-PASS event.stream.getAudioTracks()[0].remote is true
-PASS event.stream.getVideoTracks()[0].remote is true
-PASS requestSucceeded was called.
-PASS pc.getRemoteStreams().length is 1
-PASS pc.setRemoteDescription(sessionDescription, requestSucceeded2, requestFailedUnexpectedly); did not throw exception.
-PASS remote stream was removed
-PASS event.stream.getVideoTracks().length is 0
-PASS event.stream.getAudioTracks().length is 0
-PASS event.stream.active is false
-PASS requestSucceeded was called.
-PASS pc.getRemoteStreams().length is 0
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698