summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/fetch/http-cache/cache-mode.any.js.ini
blob: 996dbab4b0f25a3c9585afad87317187ab773918 (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
[cache-mode.any.sharedworker.html]
  expected:
    if (os == "android") and fission: [OK, TIMEOUT]
  [Fetch doesn't touch Cache-Control when cache mode is no-store and Cache-Control is already present]
    expected: FAIL

  [Fetch sends Cache-Control: max-age=0 when cache mode is no-cache]
    expected: FAIL

  [Fetch doesn't touch Pragma when cache mode is no-store and Pragma is already present]
    expected: FAIL


[cache-mode.any.worker.html]
  expected:
    if (os == "android") and fission: [OK, TIMEOUT]
  [Fetch doesn't touch Cache-Control when cache mode is no-store and Cache-Control is already present]
    expected: FAIL

  [Fetch sends Cache-Control: max-age=0 when cache mode is no-cache]
    expected: FAIL

  [Fetch doesn't touch Pragma when cache mode is no-store and Pragma is already present]
    expected: FAIL


[cache-mode.any.html]
  expected:
    if (os == "android") and fission: [OK, TIMEOUT]
  [Fetch doesn't touch Cache-Control when cache mode is no-store and Cache-Control is already present]
    expected: FAIL

  [Fetch sends Cache-Control: max-age=0 when cache mode is no-cache]
    expected: FAIL

  [Fetch doesn't touch Pragma when cache mode is no-store and Pragma is already present]
    expected: FAIL


[cache-mode.any.serviceworker.html]
  expected:
    if (os == "android") and fission: [OK, TIMEOUT]
  [Fetch doesn't touch Cache-Control when cache mode is no-store and Cache-Control is already present]
    expected: FAIL

  [Fetch sends Cache-Control: max-age=0 when cache mode is no-cache]
    expected: FAIL

  [Fetch doesn't touch Pragma when cache mode is no-store and Pragma is already present]
    expected: FAIL