blob: 35e5fdd2ae9005f54b83ff48f054e80f157e0065 (
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
39
40
41
42
43
44
45
46
47
48
49
50
|
[invalidate.any.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[HTTP cache does not invalidate after a failed response from an unsafe request]
expected: FAIL
[HTTP cache does not invalidate Content-Location URL after a failed response from an unsafe request]
expected: FAIL
[HTTP cache does not invalidate Location URL after a failed response from an unsafe request]
expected: FAIL
[invalidate.any.worker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[HTTP cache does not invalidate after a failed response from an unsafe request]
expected: FAIL
[HTTP cache does not invalidate Content-Location URL after a failed response from an unsafe request]
expected: FAIL
[HTTP cache does not invalidate Location URL after a failed response from an unsafe request]
expected: FAIL
[invalidate.any.serviceworker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[HTTP cache does not invalidate after a failed response from an unsafe request]
expected: FAIL
[HTTP cache does not invalidate Content-Location URL after a failed response from an unsafe request]
expected: FAIL
[HTTP cache does not invalidate Location URL after a failed response from an unsafe request]
expected: FAIL
[invalidate.any.sharedworker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[HTTP cache does not invalidate after a failed response from an unsafe request]
expected: FAIL
[HTTP cache does not invalidate Content-Location URL after a failed response from an unsafe request]
expected: FAIL
[HTTP cache does not invalidate Location URL after a failed response from an unsafe request]
expected: FAIL
|