blob: 4e848a5a381413ad88efbf1868994d81b21d521d (
plain)
1
2
3
4
5
6
7
8
9
|
[mediasource-correct-frames-after-reappend.html]
disabled:
if os == "win": https://bugzilla.mozilla.org/show_bug.cgi?id=1546879
expected:
if (os == "android") and fission: [CRASH, ERROR, TIMEOUT]
if (os == "android") and not fission: ERROR
[Test the expected frames are played at the expected times, even in presence of reappends]
expected:
if os == "android": TIMEOUT
|