blob: 24a88dec8cbf68621bdc0eeda8626d780654e439 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
[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]
|