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

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

Issue 306063006: Fix: Adding layout test expectations for Android which were left out in r173667 (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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/platform/android/http/tests/media/media-source/mediasource-addsourcebuffer-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/platform/android/http/tests/media/media-source/mediasource-is-type-supported-expected.txt
diff --git a/LayoutTests/platform/android/http/tests/media/media-source/mediasource-is-type-supported-expected.txt b/LayoutTests/platform/android/http/tests/media/media-source/mediasource-is-type-supported-expected.txt
index a123bb5143c7cc380bed5c945a8a42950eb041e9..796d4beb189df268a4ca80c538461be8168212b3 100644
--- a/LayoutTests/platform/android/http/tests/media/media-source/mediasource-is-type-supported-expected.txt
+++ b/LayoutTests/platform/android/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""
PASS Test valid MP4 type "video/mp4;codecs="avc1.4d001e""
PASS Test valid MP4 type "video/mp4;codecs="avc1.42001e""
PASS Test valid MP4 type "audio/mp4;codecs="mp4a.40.2""
« no previous file with comments | « LayoutTests/platform/android/http/tests/media/media-source/mediasource-addsourcebuffer-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698