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

Unified Diff: LayoutTests/fast/mediastream/MediaStream-oninactive-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-oninactive-expected.txt
diff --git a/LayoutTests/fast/mediastream/MediaStream-oninactive-expected.txt b/LayoutTests/fast/mediastream/MediaStream-oninactive-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..438ead598c08b77cf6eb196496ab15aed938b1e0
--- /dev/null
+++ b/LayoutTests/fast/mediastream/MediaStream-oninactive-expected.txt
@@ -0,0 +1,15 @@
+Tests MediaStream::oninactive callback.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS stream.active is true
+PASS streamInactive was called.
+PASS stream.active is false
+PASS stream.active is true
+PASS streamInactive was called.
+PASS stream.active is false
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698