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

Unified Diff: LayoutTests/fast/mediastream/MediaStreamConstructor-expected.txt

Issue 13599006: [MediaStream API] Allow empty MediaStreams (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 8 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 c92bca9152d6e5e08846a7bbe2330509d204625f..5234d226289645cbf3863b167ba63951d2714f9e 100644
--- a/LayoutTests/fast/mediastream/MediaStreamConstructor-expected.txt
+++ b/LayoutTests/fast/mediastream/MediaStreamConstructor-expected.txt
@@ -21,7 +21,6 @@ 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.ended is true
PASS checkIdAttribute(newStream.id) is true
PASS Stream constructed
PASS [object MediaStream] is non-null.
@@ -29,7 +28,6 @@ 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.ended is true
PASS checkIdAttribute(newStream.id) is true
PASS Stream constructed
PASS [object MediaStream] is non-null.
@@ -37,7 +35,6 @@ 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.ended is false
PASS checkIdAttribute(newStream.id) is true
PASS Stream constructed
PASS [object MediaStream] is non-null.
@@ -45,7 +42,6 @@ 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.ended is false
PASS checkIdAttribute(newStream.id) is true
PASS Stream constructed
PASS [object MediaStream] is non-null.
@@ -53,7 +49,6 @@ 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.ended is false
PASS checkIdAttribute(newStream.id) is true
PASS Stream constructed
PASS [object MediaStream] is non-null.
@@ -61,7 +56,6 @@ 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.ended is false
PASS checkIdAttribute(newStream.id) is true
PASS Stream constructed
PASS [object MediaStream] is non-null.
@@ -69,7 +63,6 @@ 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.ended is false
PASS checkIdAttribute(newStream.id) is true
PASS Stream constructed
PASS [object MediaStream] is non-null.
@@ -77,7 +70,6 @@ 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.ended is true
PASS checkIdAttribute(newStream.id) is true
PASS Stream constructed
PASS [object MediaStream] is non-null.
@@ -85,7 +77,6 @@ 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.ended is true
PASS checkIdAttribute(newStream.id) is true
PASS Stream constructed
PASS [object MediaStream] is non-null.
@@ -93,7 +84,6 @@ 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.ended is true
PASS checkIdAttribute(newStream.id) is true
PASS Stream constructed
PASS [object MediaStream] is non-null.
@@ -101,7 +91,6 @@ 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.ended is true
PASS checkIdAttribute(newStream.id) is true
PASS successfullyParsed is true
« no previous file with comments | « LayoutTests/fast/mediastream/MediaStreamConstructor.html ('k') | Source/WebCore/platform/mediastream/MediaStreamDescriptor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698