bug 1105115 enable mp4 MSE testing r=ajones

--HG--
extra : rebase_source : b6dca4d6066436851b7806f30d5298b58c353b28
This commit is contained in:
Karl Tomlinson 2014-11-26 15:33:41 +13:00
parent a025074343
commit aa12c067e5
7 changed files with 34 additions and 14 deletions

View File

@ -156,7 +156,7 @@ user_pref("layout.spammy_warnings.enabled", false);
// Enable Media Source Extensions for testing
user_pref("media.mediasource.enabled", true);
user_pref("media.mediasource.mp4.enabled", false);
user_pref("media.mediasource.mp4.enabled", true);
user_pref("media.mediasource.webm.enabled", true);
// Enable mozContacts

View File

@ -1,5 +1,6 @@
[SourceBuffer-abort-readyState.html]
type: testharness
[SourceBuffer#abort() (video/mp4) : If the readyState attribute of the parent media source is not in the "open" state then throw an INVALID_STATE_ERR exception and abort these steps.]
expected: FAIL
expected:
if os == "win" and version == "5.1.2600": FAIL

View File

@ -2,5 +2,6 @@
type: testharness
expected: TIMEOUT
[SourceBuffer#abort (video/mp4) : if this object has been removed from the sourceBuffers attribute of the parent media source, then throw an INVALID_STATE_ERR exception and abort these steps.]
expected: FAIL
expected:
if os == "win" and version == "5.1.2600": FAIL

View File

@ -1,5 +1,6 @@
[SourceBuffer-abort-updating.html]
type: testharness
[SourceBuffer#abort() (video/mp4) : Check the algorithm when the updating attribute is true.]
expected: FAIL
expected:
if os == "win" and version == "5.1.2600": FAIL

View File

@ -2,5 +2,6 @@
type: testharness
expected: TIMEOUT
[SourceBuffer#abort() (video/mp4): Check the values of appendWindowStart and appendWindowEnd.]
expected: FAIL
expected:
if os == "win" and version == "5.1.2600": FAIL

View File

@ -11,5 +11,7 @@
disabled: TIMEOUT or FAIL https://bugzilla.mozilla.org/show_bug.cgi?id=1085247
[Test setting same duration multiple times does not fire duplicate durationchange]
expected: FAIL
expected:
if os == "win" and version != "5.1.2600": TIMEOUT
FAIL

View File

@ -22,29 +22,43 @@
expected: FAIL
[Test valid MP4 type "video/mp4;codecs="avc1.4d001e""]
expected: FAIL
expected:
if os == "linux": FAIL
if os == "win" and version == "5.1.2600": FAIL
[Test valid MP4 type "video/mp4;codecs="avc1.42001e""]
expected: FAIL
expected:
if os == "linux": FAIL
if os == "win" and version == "5.1.2600": FAIL
[Test valid MP4 type "audio/mp4;codecs="mp4a.40.2""]
expected: FAIL
expected:
if os == "win" and version == "5.1.2600": FAIL
[Test valid MP4 type "audio/mp4;codecs="mp4a.40.5""]
expected: FAIL
expected:
if os == "linux": FAIL
if os == "win" and version == "5.1.2600": FAIL
[Test valid MP4 type "audio/mp4;codecs="mp4a.67""]
expected: FAIL
[Test valid MP4 type "video/mp4;codecs="mp4a.40.2""]
expected: FAIL
expected:
if os == "win" and version == "5.1.2600": FAIL
[Test valid MP4 type "video/mp4;codecs="avc1.4d001e,mp4a.40.2""]
expected: FAIL
expected:
if os == "linux": FAIL
if os == "win" and version == "5.1.2600": FAIL
[Test valid MP4 type "video/mp4;codecs="mp4a.40.2 , avc1.4d001e ""]
expected: FAIL
expected:
if os == "linux": FAIL
if os == "win" and version == "5.1.2600": FAIL
[Test valid MP4 type "video/mp4;codecs="avc1.4d001e,mp4a.40.5""]
expected: FAIL
expected:
if os == "linux": FAIL
if os == "win" and version == "5.1.2600": FAIL