bug 1098126 re-enable mediasource-redundant-seek and mediasource-duration with new results

--HG--
extra : rebase_source : 441f0ee88fc96c3f81628ab2f65b2d082b3bb4df
This commit is contained in:
Karl Tomlinson 2014-12-23 14:39:08 +13:00
parent 7e015865b6
commit 138479308d
2 changed files with 21 additions and 2 deletions

View File

@ -1,4 +1,17 @@
[mediasource-duration.html]
type: testharness
disabled: TIMEOUT or FAIL https://bugzilla.mozilla.org/show_bug.cgi?id=1085247
expected:
if os == "win" and version != "5.1.2600": OK
TIMEOUT
[Test seek starts on duration truncation below currentTime]
disabled: TIMEOUT or FAIL https://bugzilla.mozilla.org/show_bug.cgi?id=1085247
[Test appendBuffer completes previous seek to truncated duration]
disabled: TIMEOUT or FAIL https://bugzilla.mozilla.org/show_bug.cgi?id=1085247
[Test endOfStream completes previous seek to truncated duration]
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

View File

@ -1,4 +1,10 @@
[mediasource-redundant-seek.html]
type: testharness
disabled: TIMEOUT or FAIL
expected:
if os == "win" and version != "5.1.2600": OK
TIMEOUT
[Test redundant fully prebuffered seek]
expected:
if os == "win" and version != "5.1.2600": FAIL
TIMEOUT