Source code

Revision control

Copy as Markdown

Other Tools

[cc-request.any.worker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[HTTP cache generates 504 status code when nothing is in cache and request contains Cache-Control: only-if-cached]
expected: FAIL
[HTTP cache doesn't use aged but fresh response when request contains Cache-Control: max-age=1]
expected:
if (os == "android") and debug: [PASS, FAIL]
[cc-request.any.sharedworker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[HTTP cache generates 504 status code when nothing is in cache and request contains Cache-Control: only-if-cached]
expected: FAIL
[HTTP cache doesn't use aged but fresh response when request contains Cache-Control: max-age=1]
expected:
if (os == "android") and debug: [PASS, FAIL]
[cc-request.any.html]
expected:
if (os == "android") and fission: [TIMEOUT, OK]
[HTTP cache generates 504 status code when nothing is in cache and request contains Cache-Control: only-if-cached]
expected: FAIL
[cc-request.any.serviceworker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[HTTP cache generates 504 status code when nothing is in cache and request contains Cache-Control: only-if-cached]
expected: FAIL
[HTTP cache doesn't use aged but fresh response when request contains Cache-Control: max-age=1]
expected:
if (os == "android") and debug: [PASS, FAIL]