embedded-not-found.html.ini (998B)
1 [embedded-not-found.html] 2 disabled: 3 if os == "win": https://bugzilla.mozilla.org/show_bug.cgi?id=1845961 4 if os == "mac": https://bugzilla.mozilla.org/show_bug.cgi?id=1845961 5 expected: 6 if (os == "win") and not debug and ccov: OK 7 if (os == "linux") and not debug and (processor == "x86"): [TIMEOUT, OK] 8 if (os == "mac") and not debug: [TIMEOUT, OK] 9 if (os == "mac") and debug: OK 10 if (os == "win") and not debug: [TIMEOUT, OK] 11 if (os == "win") and debug: OK 12 if (os == "android") and debug: OK 13 [OK, TIMEOUT] 14 [Page with <object type=image/png data=/404.png>] 15 expected: 16 if (os == "win") and not debug and ccov: PASS 17 if (os == "linux") and not debug and (processor == "x86"): [TIMEOUT, PASS] 18 if (os == "android") and debug: PASS 19 if (os == "mac") and debug: PASS 20 if (os == "mac") and not debug: [TIMEOUT, PASS] 21 if (os == "win") and debug: PASS 22 if (os == "win") and not debug: [TIMEOUT, PASS] 23 [PASS, TIMEOUT]