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

Unified Diff: LayoutTests/fast/mediastream/MediaStream-stop-expected.txt

Issue 827673002: Add MediaStream.active attribute (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Allow addTrack/removeTrack when mediastream.ended is true 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/MediaStream-stop-expected.txt
diff --git a/LayoutTests/fast/mediastream/MediaStream-stop-expected.txt b/LayoutTests/fast/mediastream/MediaStream-stop-expected.txt
index b61e0bd5924c8d4aec96e08dd3e1cfc68556a98c..bbfcc2941c0b54f08f323ec333f223be6b19314c 100644
--- a/LayoutTests/fast/mediastream/MediaStream-stop-expected.txt
+++ b/LayoutTests/fast/mediastream/MediaStream-stop-expected.txt
@@ -1,11 +1,11 @@
-Test cloning mediastreams onended.
+Test cloning mediastreams oninactive.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS Mock test track added.
PASS cloned_stream.getVideoTracks().length is 1
-PASS Stream ended.
+PASS cloned_stream.getAudioTracks().length is 1
+PASS Stream inactive.
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698