trisquel-icecat/icecat/dom/tests/mochitest/sessionstorage/mochitest.toml
2025-10-06 02:35:48 -06:00

34 lines
521 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_sessionStorageHttpHttps.html"]
skip-if = [
"http3",
"http2",
]
["test_sessionStorageReplace.html"]
skip-if = [
"http3",
"http2",
]
["test_sessionStorageUsage.html"]