[embedded-html.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_64") and fission: [OK, TIMEOUT]
if (os == "linux") and not debug and (processor == "x86_64") and not fission: [OK, TIMEOUT]
if (os == "linux") and not debug and (processor == "x86"): [TIMEOUT, OK]
if (os == "win") and not debug: TIMEOUT
if (os == "mac") and not debug: TIMEOUT
if (os == "linux") and debug: [OK, TIMEOUT]
[Page with