[mediasource-correct-frames.html] disabled: if os == "android": bug 1550895 (frequently fails on geckoview) if os == "win": https://bugzilla.mozilla.org/show_bug.cgi?id=1548125 expected: if (os == "linux") and not fission and debug: OK if (os == "linux") and fission: OK [OK, ERROR] [Test the expected frames are played at the expected times] expected: if fission and debug and (os == "mac"): [PASS, TIMEOUT] if not fission and not debug: [PASS, TIMEOUT]