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