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

Unified Diff: LayoutTests/fast/mediastream/RTCPeerConnection-remotestreams-expected.txt

Issue 827673002: Add MediaStream.active attribute (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 5 years, 11 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: LayoutTests/fast/mediastream/RTCPeerConnection-remotestreams-expected.txt
diff --git a/LayoutTests/fast/mediastream/RTCPeerConnection-remotestreams-expected.txt b/LayoutTests/fast/mediastream/RTCPeerConnection-remotestreams-expected.txt
index 9e95b3ad58ba4f565b47f70b07435926c3c0d76c..a381e854a84cd65ac5b0d66166fef5413bbb3991 100644
--- a/LayoutTests/fast/mediastream/RTCPeerConnection-remotestreams-expected.txt
+++ b/LayoutTests/fast/mediastream/RTCPeerConnection-remotestreams-expected.txt
@@ -7,12 +7,14 @@ PASS pc.setRemoteDescription(sessionDescription, requestSucceeded1, requestFaile
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 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
« no previous file with comments | « LayoutTests/fast/mediastream/RTCPeerConnection-remotestreams.html ('k') | Source/core/events/EventTypeNames.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698