47 lines
754 B
TOML
47 lines
754 B
TOML
[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"]
|