mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Bug 1194632 - Add bug link to mediasource-is-type-supported failures. r=Ms2ger
This commit is contained in:
parent
0ba4ba4f55
commit
39f9cd380f
@ -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""]
|
||||
|
Loading…
Reference in New Issue
Block a user