Source code
Revision control
Copy as Markdown
Other Tools
[update-import-scripts.https.html]
expected:
if (os == "win") and not debug: [TIMEOUT, OK]
if (os == "android") and debug: [OK, ERROR]
[update() should find an update in an imported script but update() should result in failure due to missing the other imported script.]
expected:
if (os == "linux") and not fission and not debug: [FAIL, PASS]
if (os == "win") and not debug: NOTRUN
FAIL
[update() should treat 404 on imported scripts as no change.]
expected:
if (os == "linux") and not fission and not debug: [PASS, FAIL]
if (os == "win") and not debug: [TIMEOUT, NOTRUN]
[update() should fail when a new worker imports an unavailable script.]
expected:
if (os == "win") and not debug: [PASS, TIMEOUT]
[update() should succeed when the old imported script no longer exist but the new worker doesn't import it.]
expected:
if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
[update() should work with cross-origin importScripts.]
expected:
if (os == "win") and not debug: [NOTRUN, PASS, TIMEOUT]