Source code

Revision control

Copy as Markdown

Other Tools

[request-cache-reload.any.worker.html]
expected:
if (os == "android") and not debug: [OK, CRASH]
[request-cache-reload.any.html]
expected:
if os == "android": [OK, CRASH]
[request-cache-reload.any.sharedworker.html]
[RequestCache "reload" mode does store the response in the cache even if a previous response is already stored with Last-Modified and fresh response]
expected:
if (os == "android") and debug: [PASS, FAIL]
[request-cache-reload.any.serviceworker.html]
expected:
if (os == "mac") and not debug: [OK, ERROR]
if (os == "android") and not debug: [OK, ERROR]