summaryrefslogtreecommitdiffstats
path: root/dom/tests/mochitest/sessionstorage/mochitest.toml
blob: b30ef73aa75f0dda9867a739d79dc5ed5a710475 (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
[DEFAULT]
support-files = [
  "file_http.html",
  "file_https.html",
  "frameEqual.html",
  "frameNotEqual.html",
  "frameReplace.html",
  "interOriginSlave.js",
  "interOriginTest.js",
]

["test_sessionStorageBase.html"]

["test_sessionStorageBaseSessionOnly.html"]

["test_sessionStorageClone.html"]
skip-if = [
  "http3",
  "http2",
]

["test_sessionStorageClone_alwaysPartitioned.html"]
skip-if = [
  "http3",
  "http2",
  "os == 'android' && xorigin", # bug 1855525
]

["test_sessionStorageClone_alwaysPartitioned_exempted.html"]
skip-if = [
  "http3",
  "http2",
]

["test_sessionStorageHttpHttps.html"]
skip-if = [
  "http3",
  "http2",
]

["test_sessionStorageReplace.html"]
skip-if = [
  "http3",
  "http2",
]

["test_sessionStorageUsage.html"]