Source code
Revision control
Copy as Markdown
Other Tools
[mediasource-correct-frames-after-reappend.html]
disabled:
expected:
if fission and (os == "mac") and debug: [OK, ERROR]
if fission and (os == "linux") and not debug: [OK, ERROR]
if not fission and (os == "linux") and not debug: [OK, ERROR]
if (os == "android"): ERROR
[Test the expected frames are played at the expected times, even in presence of reappends]
expected:
if fission and (os == "mac") and debug: [PASS, TIMEOUT]
if fission and (os == "linux") and not debug: [PASS, TIMEOUT]
if not fission and (os == "linux") and not debug: [PASS, TIMEOUT]
if (os == "android"): TIMEOUT