Source code

Revision control

Copy as Markdown

Other Tools

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