Source code

Revision control

Copy as Markdown

Other Tools

[fetch.any.html]
expected:
if (os == "android") and debug and not swgl: [OK, TIMEOUT]
[Second fetch returns same response]
expected:
if (os == "android") and debug and not swgl: [PASS, TIMEOUT]
[fetch.any.worker.html]
[fetch.any.serviceworker.html]
expected:
if (processor == "x86") and (os == "win") and not debug: [OK, TIMEOUT]
[Second fetch returns same response]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
[fetch.any.sharedworker.html]