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

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: 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/MediaStream-stop-expected.txt
diff --git a/LayoutTests/fast/mediastream/MediaStream-stop-expected.txt b/LayoutTests/fast/mediastream/MediaStream-stop-expected.txt
index b61e0bd5924c8d4aec96e08dd3e1cfc68556a98c..00f5c9abac594f9db05d0a6dba4e48f083f2e8f3 100644
--- a/LayoutTests/fast/mediastream/MediaStream-stop-expected.txt
+++ b/LayoutTests/fast/mediastream/MediaStream-stop-expected.txt
@@ -1,11 +1,15 @@
-Test cloning mediastreams onended.
+Test cloning mediastreams onactive/oninactive callbacks.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS Mock test track added.
+PASS cloned_stream.active is true
PASS cloned_stream.getVideoTracks().length is 1
-PASS Stream ended.
+PASS cloned_stream.getAudioTracks().length is 1
+PASS Clone stream inactive.
+PASS cloned_stream.active is false
+PASS Clone stream active.
+PASS cloned_stream.active is true
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/fast/mediastream/MediaStream-stop.html ('k') | LayoutTests/fast/mediastream/MediaStreamConstructor.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698