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

Unified Diff: LayoutTests/http/tests/media/media-source/mediasource-is-type-supported-expected.txt

Issue 267333006: Adding a few new MSE tests based on the spec. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Addressing CR comments Created 6 years, 7 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
« no previous file with comments | « LayoutTests/http/tests/media/media-source/mediasource-is-type-supported.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/media/media-source/mediasource-is-type-supported-expected.txt
diff --git a/LayoutTests/http/tests/media/media-source/mediasource-is-type-supported-expected.txt b/LayoutTests/http/tests/media/media-source/mediasource-is-type-supported-expected.txt
index cc5a1d3495930e4393d166b61edc8f210cc61f27..9c7e51cde5d20cfdd397123b36b616ccd50ec786 100644
--- a/LayoutTests/http/tests/media/media-source/mediasource-is-type-supported-expected.txt
+++ b/LayoutTests/http/tests/media/media-source/mediasource-is-type-supported-expected.txt
@@ -8,6 +8,9 @@ PASS Test invalid MIME format "video/webm;codecs="
PASS Test invalid MIME format "video/webm;codecs=""
PASS Test invalid MIME format "video/webm;codecs="""
PASS Test invalid MIME format "video/webm;codecs=",""
+PASS Test invalid MIME format "unsupported_mediatype"
+PASS Test invalid MIME format ""
+PASS Test invalid MIME format "null"
PASS Test invalid mismatch between major type and codec ID "audio/webm;codecs="vp8""
PASS Test invalid mismatch between major type and codec ID "audio/mp4;codecs="avc1.4d001e""
PASS Test invalid mismatch between minor type and codec ID "audio/mp4;codecs="vorbis""
@@ -25,6 +28,7 @@ PASS Test valid WebM type "video/webm;codecs="vorbis""
PASS Test valid WebM type "video/webm;codecs="vp8,vorbis""
PASS Test valid WebM type "video/webm;codecs="vorbis, vp8""
PASS Test valid WebM type "audio/webm;codecs="vorbis""
+PASS Test valid WebM type "AUDIO/WEBM;CODECS="vorbis""
FAIL Test valid MP4 type "video/mp4;codecs="avc1.4d001e"" assert_equals: supported expected true but got false
FAIL Test valid MP4 type "video/mp4;codecs="avc1.42001e"" assert_equals: supported expected true but got false
FAIL Test valid MP4 type "audio/mp4;codecs="mp4a.40.2"" assert_equals: supported expected true but got false
« no previous file with comments | « LayoutTests/http/tests/media/media-source/mediasource-is-type-supported.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698