[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 == "android") and debug: OK if (os == "win") and not debug: [TIMEOUT, OK] if (os == "win") and debug: OK if (os == "mac") and debug: OK if (os == "mac") and not debug: [TIMEOUT, OK] [OK, TIMEOUT] [Page with ] expected: if (os == "linux") and not fission: [PASS, PRECONDITION_FAILED] if (os == "mac") and debug: [PASS, PRECONDITION_FAILED] if (os == "mac") and not debug: [PASS, PRECONDITION_FAILED] if os == "android": [PRECONDITION_FAILED, PASS] [Page with ] expected: if (os == "win") and not debug and ccov: PASS if (os == "linux") and debug and not fission and not swgl: [PASS, PRECONDITION_FAILED, TIMEOUT] if (os == "linux") and debug and not fission and swgl: [PASS, TIMEOUT, PRECONDITION_FAILED] if (os == "win") and not debug: TIMEOUT if (os == "win") and debug: PASS if (os == "mac") and debug: PASS if (os == "mac") and not debug: TIMEOUT if os == "android": [PASS, PRECONDITION_FAILED] [PASS, TIMEOUT]