[mediasource-correct-frames-after-reappend.html] disabled: if os == "win": https://bugzilla.mozilla.org/show_bug.cgi?id=1546879 expected: if (os == "linux") and not debug and fission and asan: [OK, TIMEOUT, ERROR] if (os == "linux") and not debug and fission and not asan: [OK, ERROR] if (os == "linux") and not debug and not fission: [ERROR, OK] if (os == "mac") and debug: [OK, ERROR] if isolated_process: CRASH if os == "android": ERROR bug: 1709960 [Test the expected frames are played at the expected times, even in presence of reappends] expected: if (os == "linux") and not debug and fission: [PASS, TIMEOUT] if (os == "linux") and not debug and not fission: [TIMEOUT, PASS] if (os == "mac") and debug: [PASS, TIMEOUT] if os == "android": TIMEOUT