embedded-html.html.ini (1192B)
1 [embedded-html.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_64") and fission: [OK, TIMEOUT] 8 if (os == "linux") and not debug and (processor == "x86_64") and not fission: [OK, TIMEOUT] 9 if (os == "linux") and not debug and (processor == "x86"): [TIMEOUT, OK] 10 if (os == "win") and not debug: TIMEOUT 11 if (os == "mac") and not debug: TIMEOUT 12 if (os == "linux") and debug: [OK, TIMEOUT] 13 [Page with <object type=text/html data=/resources/blank.html>] 14 expected: 15 if (os == "win") and not debug and ccov: PASS 16 if (os == "linux") and not debug and (processor == "x86_64") and not fission: [PASS, TIMEOUT] 17 if (os == "linux") and not debug and (processor == "x86_64") and fission: [PASS, TIMEOUT] 18 if (os == "linux") and not debug and (processor == "x86"): [TIMEOUT, PASS] 19 if (os == "win") and not debug: TIMEOUT 20 if (os == "linux") and debug: [PASS, TIMEOUT] 21 if (os == "mac") and not debug: TIMEOUT