Source code

Revision control

Copy as Markdown

Other Tools

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