[window-open.https.sub.html]
expected:
if (os == "win") and debug and not webrender and (processor == "x86"): OK
if (os == "win") and debug and webrender: OK
if (os == "mac") and debug: ["ERROR", "OK"]
if (os == "win") and not debug: OK
[OK, ERROR]
[Cross-site window, forced, reloaded]
expected:
if (os == "win") and (processor == "x86_64") and not webrender and not debug: ["FAIL", "PASS"]
if (os == "win") and (processor == "x86") and not debug: ["FAIL", "PASS"]
[PASS, FAIL]
[Same-site window, forced, reloaded]
expected:
if (os == "linux") and debug and webrender and not fission: ["PASS", "FAIL"]
if (os == "android") and debug and not webrender: ["PASS", "FAIL"]
if (os == "android") and debug and webrender: ["FAIL", "PASS"]
if (os == "linux") and not debug: ["PASS", "FAIL"]
if (os == "android") and not debug: ["PASS", "FAIL"]