36 lines
1.3 KiB
INI
36 lines
1.3 KiB
INI
[cc-request.any.worker.html]
|
|
[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]
|
|
[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 not debug: [OK, CRASH]
|
|
if os == "mac": [OK, CRASH]
|
|
[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 == "mac") and not debug: [OK, ERROR]
|
|
if (os == "android") and not debug: [OK, ERROR]
|
|
[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]
|