blob: 73c87dac82baf6228ba62971cb16709d30c0b9c7 (
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
|
[cache-match.https.any.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[Cache.match ignores vary headers on opaque response.]
expected: FAIL
[cache-match.https.any.worker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[Cache.match ignores vary headers on opaque response.]
expected: FAIL
[cache-match.https.any.sharedworker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[Cache.match ignores vary headers on opaque response.]
expected: FAIL
[cache-match.https.any.serviceworker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[Cache.match ignores vary headers on opaque response.]
expected: FAIL
|