Bug 1194632 - Add bug link to mediasource-is-type-supported failures. r=Ms2ger

This commit is contained in:
Jan Gerber 2015-08-14 03:27:00 -04:00
parent 0ba4ba4f55
commit 39f9cd380f

View File

@ -2,27 +2,35 @@
type: testharness
prefs: [media.mediasource.enabled:true]
[Test invalid MIME format "video/webm"]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1191833
expected: FAIL
[Test invalid MIME format "video/webm;"]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1191833
expected: FAIL
[Test invalid MIME format "video/webm;codecs"]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1191833
expected: FAIL
[Test invalid MIME format "video/webm;codecs="]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1191833
expected: FAIL
[Test invalid MIME format "video/webm;codecs=""]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1191833
expected: FAIL
[Test invalid MIME format "video/webm;codecs="""]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1191833
expected: FAIL
[Test valid WebM type "AUDIO/WEBM;CODECS="vorbis""]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1191833
expected: FAIL
[Test invalid mismatch between major type and codec ID "audio/webm;codecs="vp8""]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1191833
expected: FAIL
[Test valid MP4 type "audio/mp4;codecs="mp4a.67""]