summaryrefslogtreecommitdiffstats
path: root/dom/tests/mochitest/storageevent/mochitest.toml
blob: 6639b94d2a670231ca80c9f2e02e9a8fbea89120 (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
[DEFAULT]
support-files = [
  "frameLocalStorageMaster.html",
  "frameLocalStorageSlaveEqual.html",
  "frameLocalStorageSlaveNotEqual.html",
  "frameSessionStorageMasterEqual.html",
  "frameSessionStorageMasterNotEqual.html",
  "frameSessionStorageSlaveEqual.html",
  "frameSessionStorageSlaveNotEqual.html",
  "interOriginFrame.js",
  "interOriginTest2.js",
]

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

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

["test_storageNotifications.html"]

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

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