[script.https.window.html]
expected:
if (os == "linux") and not fission and debug and not swgl: [OK, TIMEOUT]
if (os == "linux") and not fission and not debug: [OK, TIMEOUT]
if (os == "linux") and fission and not swgl: [OK, TIMEOUT]
[script same-origin + undefined]
expected:
if (os == "linux") and not fission and debug and not swgl: [PASS, TIMEOUT]
if (os == "linux") and fission and not swgl: [PASS, TIMEOUT]
if (os == "linux") and not fission and not debug: [PASS, TIMEOUT]
[script same-origin + anonymous]
expected:
if (os == "linux") and not swgl and not fission and debug: [PASS, TIMEOUT]
if (os == "linux") and not swgl and fission: [PASS, TIMEOUT]
[script same-origin + use-credentials]
expected:
if (os == "linux") and debug and not swgl: [PASS, TIMEOUT]