[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 not debug and (os == "linux") and not tsan: [TIMEOUT, OK] if isolated_process: [ERROR, CRASH] if debug and (os == "android"): OK [OK, TIMEOUT] bug: 1709960 [Page with ] expected: if (os == "linux") and debug and not fission: [PRECONDITION_FAILED, PASS] if (os == "linux") and not debug and not tsan: TIMEOUT if os == "android": [PRECONDITION_FAILED, PASS] [PASS, PRECONDITION_FAILED] [Page with ] expected: if (os == "linux") and not debug and not tsan: [NOTRUN, PASS, TIMEOUT, PRECONDITION_FAILED] if (os == "android") and sessionHistoryInParent and debug: [PRECONDITION_FAILED, PASS, TIMEOUT] if (os == "android") and sessionHistoryInParent and not debug: [PASS, PRECONDITION_FAILED, TIMEOUT] if (os == "android") and not sessionHistoryInParent and not debug: [PASS, PRECONDITION_FAILED, TIMEOUT] [PASS, TIMEOUT, PRECONDITION_FAILED]