[mediasource-correct-frames-after-reappend.html] disabled: if os == "win": https://bugzilla.mozilla.org/show_bug.cgi?id=1546879 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