diff options
Diffstat (limited to 'dom/quota/test/mochitest/mochitest.toml')
-rw-r--r-- | dom/quota/test/mochitest/mochitest.toml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dom/quota/test/mochitest/mochitest.toml b/dom/quota/test/mochitest/mochitest.toml new file mode 100644 index 0000000000..ddc3204b37 --- /dev/null +++ b/dom/quota/test/mochitest/mochitest.toml @@ -0,0 +1,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" |