Bug 1148224 - Disable invalid tests. r=karlt, a=test-only

This commit is contained in:
Jean-Yves Avenard
2015-05-01 14:56:54 +10:00
parent 9a50b5248f
commit be7a483991

View File

@@ -1,24 +1,13 @@
[mediasource-duration.html]
type: testharness
[Test seek starts on duration truncation below currentTime]
expected:
if (os == "win") and (version != "5.1.2600"): PASS
if os == "mac": PASS
FAIL
disabled: https://bugzilla.mozilla.org/show_bug.cgi?id=1148224
[Test appendBuffer completes previous seek to truncated duration]
disabled:
if (os == "win") and (version != "5.1.2600"): https://bugzilla.mozilla.org/show_bug.cgi?id=1148224
expected:
if os == "mac": PASS
FAIL
disabled: https://bugzilla.mozilla.org/show_bug.cgi?id=1148224
[Test endOfStream completes previous seek to truncated duration]
disabled:
if (os == "win") and (version != "5.1.2600"): https://bugzilla.mozilla.org/show_bug.cgi?id=1148224
expected:
if os == "mac": PASS
FAIL
disabled: https://bugzilla.mozilla.org/show_bug.cgi?id=1148224
[Test setting same duration multiple times does not fire duplicate durationchange]
disabled: