[embedded-mp4.html] disabled: if os == "win": https://bugzilla.mozilla.org/show_bug.cgi?id=1845961 if os == "mac": https://bugzilla.mozilla.org/show_bug.cgi?id=1845961 expected: if (os == "win") and not debug and ccov: OK if (os == "linux") and not debug and not tsan: [TIMEOUT, OK] if (os == "android") and debug: OK [OK, TIMEOUT] [Page with ] expected: if (os == "linux") and fission and not debug and not tsan: TIMEOUT if (os == "linux") and not fission: [PASS, PRECONDITION_FAILED] if os == "android": [PRECONDITION_FAILED, PASS] [Page with ] expected: if fission and not debug and not tsan: [NOTRUN, PASS, TIMEOUT, PRECONDITION_FAILED] [PASS, TIMEOUT, PRECONDITION_FAILED]