Source code
Revision control
Copy as Markdown
Other Tools
[request-cache-default-conditional.any.sharedworker.html]
expected:
if (os == "android") and not debug: [OK, CRASH]
[request-cache-default-conditional.any.html]
expected:
if (os == "mac") and not debug: [OK, CRASH]
[request-cache-default-conditional.any.worker.html]
[request-cache-default-conditional.any.serviceworker.html]
expected:
if (os == "android") and not debug: [OK, ERROR]