summaryrefslogtreecommitdiffstats
path: root/test/wpt/status/service-workers/cache-storage.status.json
blob: 09a291e4dbb3c76e0079c766f4bfeb6c795fcf27 (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
{
  "cache-storage": {
    "cache-abort.https.any.js": {
      "skip": true
    },
    "cache-storage-buckets.https.any.js": {
      "skip": true,
      "note": "navigator is not defined"
    },
    "cache-put.https.any.js": {
      "note": "probably can be fixed",
      "fail": [
        "Cache.put with a VARY:* opaque response should not reject",
        "Cache.put with opaque-filtered HTTP 206 response"
      ]
    },
    "cache-match.https.any.js": {
      "note": "requires https server",
      "fail": [
        "cors-exposed header should be stored correctly."
      ]
    }
  }
}