blob: ddc3204b37ac24f628792c9fb441e777de3f4caa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[DEFAULT]
support-files = ["helpers.js"]
["test_simpledb.html"]
skip-if = [
"http3",
"http2",
]
["test_storage_manager_persist_allow.html"]
fail-if = ["xorigin"]
scheme = "https"
["test_storage_manager_persist_deny.html"]
scheme = "https"
["test_storage_manager_persisted.html"]
scheme = "https"
|