Source code
Revision control
Copy as Markdown
Other Tools
[fetch.any.html]
[fetch.any.worker.html]
expected:
if (os == "android") and not debug: [OK, CRASH]
[fetch.any.serviceworker.html]
expected:
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
if (os == "mac") and not debug: [OK, ERROR]
if (os == "linux") and (processor == "x86"): [OK, TIMEOUT]
if (os == "android") and not debug: [OK, ERROR]
[Second fetch returns same response]
expected:
if (processor == "x86") and not debug: [PASS, TIMEOUT]
[fetch.any.sharedworker.html]