summaryrefslogtreecommitdiffstats
path: root/dom/tests/mochitest/localstorage/mochitest.toml
blob: 07b9eb313ac956ebd93ef13b77cf650be024f271 (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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
[DEFAULT]
support-files = [
  "frameChromeSlave.html",
  "frameLocalStorageCookieSettings.html",
  "frameKeySync.html",
  "frameMasterEqual.html",
  "frameMasterNotEqual.html",
  "frameOrder.html",
  "frameQuota.html",
  "frameQuotaSessionOnly.html",
  "frameReplace.html",
  "frameSlaveEqual.html",
  "frameSlaveNotEqual.html",
  "interOriginFrame.js",
  "interOriginTest.js",
  "interOriginTest2.js",
  "localStorageCommon.js",
  "frameLocalStorageSessionOnly.html",
  "file_tryAccessSessionStorage.html",
  "windowProxy.html",
]

["test_brokenUTF-16.html"]

["test_bug600307-DBOps.html"]

["test_bug746272-1.html"]

["test_bug746272-2.html"]
skip-if = ["verify"]

["test_cookieBlock.html"]

["test_embededNulls.html"]

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

["test_localStorageBase.html"]

["test_localStorageBaseSessionOnly.html"]

["test_localStorageCookieSettings.html"]

["test_localStorageEnablePref.html"]

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

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

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

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

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

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

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

["test_localStorageQuotaSessionOnly.html"]

["test_localStorageQuotaSessionOnly2.html"]
skip-if = ["true"] # bug 1347690

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

["test_storageConstructor.html"]