blob: 5fbccba42ca275a3c4b8babd1efb905e2d905d2f (
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
|
[post-patch.any.html]
expected:
if (os == "android") and fission: [TIMEOUT, OK]
[HTTP cache uses content after POST request with response containing Content-Location and cache-allowing header]
expected: FAIL
[HTTP cache uses content after PATCH request with response containing Content-Location and cache-allowing header]
expected: FAIL
[post-patch.any.worker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[HTTP cache uses content after POST request with response containing Content-Location and cache-allowing header]
expected: FAIL
[HTTP cache uses content after PATCH request with response containing Content-Location and cache-allowing header]
expected: FAIL
[post-patch.any.serviceworker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[HTTP cache uses content after POST request with response containing Content-Location and cache-allowing header]
expected: FAIL
[HTTP cache uses content after PATCH request with response containing Content-Location and cache-allowing header]
expected: FAIL
[post-patch.any.sharedworker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[HTTP cache uses content after POST request with response containing Content-Location and cache-allowing header]
expected: FAIL
[HTTP cache uses content after PATCH request with response containing Content-Location and cache-allowing header]
expected: FAIL
|