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

Unified Diff: LayoutTests/fast/mediastream/MediaStreamConstructor-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/MediaStreamConstructor-expected.txt
diff --git a/LayoutTests/fast/mediastream/MediaStreamConstructor-expected.txt b/LayoutTests/fast/mediastream/MediaStreamConstructor-expected.txt
index aebbb36b5597d19ae3265834e41fba5cefac278f..2a56ded9de962093f7a37e0861eab8055b48b28c 100644
--- a/LayoutTests/fast/mediastream/MediaStreamConstructor-expected.txt
+++ b/LayoutTests/fast/mediastream/MediaStreamConstructor-expected.txt
@@ -21,6 +21,7 @@ PASS [object MediaStream] is defined.
PASS newStream.constructor.name is 'MediaStream'
PASS newStream.getAudioTracks().length is nAudio
PASS newStream.getVideoTracks().length is nVideo
+PASS newStream.active is false
PASS checkIdAttribute(newStream.id) is true
PASS Stream constructed
PASS [object MediaStream] is non-null.
@@ -28,6 +29,7 @@ PASS [object MediaStream] is defined.
PASS newStream.constructor.name is 'MediaStream'
PASS newStream.getAudioTracks().length is nAudio
PASS newStream.getVideoTracks().length is nVideo
+PASS newStream.active is false
PASS checkIdAttribute(newStream.id) is true
PASS Stream constructed
PASS [object MediaStream] is non-null.
@@ -35,6 +37,7 @@ PASS [object MediaStream] is defined.
PASS newStream.constructor.name is 'MediaStream'
PASS newStream.getAudioTracks().length is nAudio
PASS newStream.getVideoTracks().length is nVideo
+PASS newStream.active is true
PASS checkIdAttribute(newStream.id) is true
PASS Stream constructed
PASS [object MediaStream] is non-null.
@@ -42,6 +45,7 @@ PASS [object MediaStream] is defined.
PASS newStream.constructor.name is 'MediaStream'
PASS newStream.getAudioTracks().length is nAudio
PASS newStream.getVideoTracks().length is nVideo
+PASS newStream.active is true
PASS checkIdAttribute(newStream.id) is true
PASS Stream constructed
PASS [object MediaStream] is non-null.
@@ -49,6 +53,7 @@ PASS [object MediaStream] is defined.
PASS newStream.constructor.name is 'MediaStream'
PASS newStream.getAudioTracks().length is nAudio
PASS newStream.getVideoTracks().length is nVideo
+PASS newStream.active is true
PASS checkIdAttribute(newStream.id) is true
PASS Stream constructed
PASS [object MediaStream] is non-null.
@@ -56,6 +61,7 @@ PASS [object MediaStream] is defined.
PASS newStream.constructor.name is 'MediaStream'
PASS newStream.getAudioTracks().length is nAudio
PASS newStream.getVideoTracks().length is nVideo
+PASS newStream.active is true
PASS checkIdAttribute(newStream.id) is true
PASS Stream constructed
PASS [object MediaStream] is non-null.
@@ -63,6 +69,7 @@ PASS [object MediaStream] is defined.
PASS newStream.constructor.name is 'MediaStream'
PASS newStream.getAudioTracks().length is nAudio
PASS newStream.getVideoTracks().length is nVideo
+PASS newStream.active is true
PASS checkIdAttribute(newStream.id) is true
PASS Stream constructed
PASS [object MediaStream] is non-null.
@@ -70,6 +77,7 @@ PASS [object MediaStream] is defined.
PASS newStream.constructor.name is 'MediaStream'
PASS newStream.getAudioTracks().length is nAudio
PASS newStream.getVideoTracks().length is nVideo
+PASS newStream.active is false
PASS checkIdAttribute(newStream.id) is true
PASS Stream constructed
PASS [object MediaStream] is non-null.
@@ -77,6 +85,7 @@ PASS [object MediaStream] is defined.
PASS newStream.constructor.name is 'MediaStream'
PASS newStream.getAudioTracks().length is nAudio
PASS newStream.getVideoTracks().length is nVideo
+PASS newStream.active is false
PASS checkIdAttribute(newStream.id) is true
PASS Stream constructed
PASS [object MediaStream] is non-null.
@@ -84,6 +93,7 @@ PASS [object MediaStream] is defined.
PASS newStream.constructor.name is 'MediaStream'
PASS newStream.getAudioTracks().length is nAudio
PASS newStream.getVideoTracks().length is nVideo
+PASS newStream.active is false
PASS checkIdAttribute(newStream.id) is true
PASS Stream constructed
PASS [object MediaStream] is non-null.
@@ -91,6 +101,7 @@ PASS [object MediaStream] is defined.
PASS newStream.constructor.name is 'MediaStream'
PASS newStream.getAudioTracks().length is nAudio
PASS newStream.getVideoTracks().length is nVideo
+PASS newStream.active is false
PASS checkIdAttribute(newStream.id) is true
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698