зеркало из https://github.com/mozilla/gecko-dev.git
14 строки
608 B
INI
14 строки
608 B
INI
[mediasource-correct-frames-after-reappend.html]
|
|
disabled:
|
|
if (os == "win"): https://bugzilla.mozilla.org/show_bug.cgi?id=1546879
|
|
expected:
|
|
if (os == "android") and not e10s: ERROR
|
|
if (os == "android") and e10s: ERROR
|
|
if (os == "win") and (version == "10.0.17134") and debug and webrender: "ERROR"
|
|
[Test the expected frames are played at the expected times, even in presence of reappends]
|
|
expected:
|
|
if (os == "android") and not e10s: TIMEOUT
|
|
if (os == "android") and e10s: TIMEOUT
|
|
if (os == "win") and (version == "10.0.17134") and debug and webrender: "TIMEOUT"
|
|
|