Source code

Revision control

Copy as Markdown

Other Tools

[Service-Worker-Allowed-header.https.html]
expected:
if (os == "win") and debug and swgl: [OK, TIMEOUT]
if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [TIMEOUT, OK]
[Service-Worker-Allowed is cross-origin to script, registering on a normally disallowed scope]
expected:
if (os == "win") and debug and swgl: [FAIL, NOTRUN]
if (os == "win") and not debug and (processor == "x86_64"): [FAIL, NOTRUN]
if (os == "win") and not debug and (processor == "x86"): [NOTRUN, FAIL]
FAIL
[Service-Worker-Allowed is cross-origin to script, registering on a normally allowed scope]
expected:
if (os == "win") and debug and swgl: [FAIL, NOTRUN]
if (os == "win") and not debug and (processor == "x86_64"): [FAIL, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [NOTRUN, FAIL]
FAIL
[Registering outside Service-Worker-Allowed path]
expected:
if (os == "win") and not swgl and not debug and (processor == "x86"): [NOTRUN, PASS]
if (os == "win") and swgl: [PASS, TIMEOUT, NOTRUN]
[Registering outside Service-Worker-Allowed path with parent reference]
expected:
if (os == "win") and not swgl and not debug and (processor == "x86"): [NOTRUN, PASS]
if (os == "win") and swgl: [PASS, NOTRUN]
[Service-Worker-Allowed is cross-origin to page, same-origin to script]
expected:
if (os == "win") and debug and swgl: [PASS, NOTRUN]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
if (os == "win") and not debug and (processor == "x86"): [NOTRUN, PASS]
[Registering within Service-Worker-Allowed path (absolute URL)]
expected:
if (processor == "x86") and not debug: [TIMEOUT, PASS, NOTRUN]
[Registering within Service-Worker-Allowed path with parent reference]
expected:
if (processor == "x86") and not debug: [NOTRUN, PASS]
[Registering within Service-Worker-Allowed path]
expected:
if (processor == "x86") and not debug: [PASS, TIMEOUT]