зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1143971: Part2. Re-enable mediasource-duration.html tests. r=karlt
This commit is contained in:
Родитель
40a01374c1
Коммит
ee64b29a4a
|
@ -1,8 +1,5 @@
|
|||
[mediasource-duration.html]
|
||||
type: testharness
|
||||
disabled:
|
||||
if (os == "win") and (version != "5.1.2600"): https://bugzilla.mozilla.org/show_bug.cgi?id=1143650
|
||||
if os == "mac": https://bugzilla.mozilla.org/show_bug.cgi?id=1143650
|
||||
[Test seek starts on duration truncation below currentTime]
|
||||
expected:
|
||||
if (os == "win") and (version != "5.1.2600"): PASS
|
||||
|
@ -16,7 +13,10 @@
|
|||
FAIL
|
||||
|
||||
[Test endOfStream completes previous seek to truncated duration]
|
||||
expected: FAIL
|
||||
expected:
|
||||
if (os == "win") and (version != "5.1.2600"): PASS
|
||||
if os == "mac": PASS
|
||||
FAIL
|
||||
|
||||
[Test setting same duration multiple times does not fire duplicate durationchange]
|
||||
expected: FAIL
|
||||
|
|
Загрузка…
Ссылка в новой задаче