mochitest.toml (521B)
1 [DEFAULT] 2 support-files = [ 3 "file_http.html", 4 "file_https.html", 5 "frameEqual.html", 6 "frameNotEqual.html", 7 "frameReplace.html", 8 "interOriginSlave.js", 9 "interOriginTest.js", 10 ] 11 12 ["test_sessionStorageBase.html"] 13 14 ["test_sessionStorageBaseSessionOnly.html"] 15 16 ["test_sessionStorageClone.html"] 17 skip-if = [ 18 "http2", 19 "http3", 20 ] 21 22 ["test_sessionStorageHttpHttps.html"] 23 skip-if = [ 24 "http2", 25 "http3", 26 ] 27 28 ["test_sessionStorageReplace.html"] 29 skip-if = [ 30 "http2", 31 "http3", 32 ] 33 34 ["test_sessionStorageUsage.html"]