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