Source code

Revision control

Copy as Markdown

Other Tools

[response-static-json.any.sharedworker.html]
[response-static-json.any.html]
expected:
if (os == "mac") and not debug: [OK, CRASH]
if (os == "android") and not debug: [OK, CRASH]
[response-static-json.any.worker.html]
expected:
if os == "android": [OK, CRASH]
[response-static-json.any.serviceworker.html]
expected:
if (os == "android") and not debug: [OK, ERROR]