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

Unified Diff: LayoutTests/fast/mediastream/MediaStream-onactive-oninactive-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-onactive-oninactive-expected.txt
diff --git a/LayoutTests/fast/mediastream/MediaStream-onactive-oninactive-expected.txt b/LayoutTests/fast/mediastream/MediaStream-onactive-oninactive-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..0845dc5e9b5e76e1a6650a69219538dd5fc1a849
--- /dev/null
+++ b/LayoutTests/fast/mediastream/MediaStream-onactive-oninactive-expected.txt
@@ -0,0 +1,17 @@
+Test onactive/oninactive callback.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS stream.active is true
+PASS stream.getAudioTracks().length is 1
+PASS stream.getVideoTracks().length is 1
+PASS streamInactive was called.
+PASS stream.active is false
+PASS stream.active is false
+PASS streamActive was called.
+PASS stream.active is true
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/fast/mediastream/MediaStream-onactive-oninactive.html ('k') | LayoutTests/fast/mediastream/MediaStream-stop.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698