summaryrefslogtreecommitdiffstats
path: root/dom/credentialmanagement/tests/mochitest/mochitest.toml
diff options
context:
space:
mode:
Diffstat (limited to 'dom/credentialmanagement/tests/mochitest/mochitest.toml')
-rw-r--r--dom/credentialmanagement/tests/mochitest/mochitest.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/dom/credentialmanagement/tests/mochitest/mochitest.toml b/dom/credentialmanagement/tests/mochitest/mochitest.toml
new file mode 100644
index 0000000000..d8d142d9d8
--- /dev/null
+++ b/dom/credentialmanagement/tests/mochitest/mochitest.toml
@@ -0,0 +1,14 @@
+[DEFAULT]
+support-files = ["frame_credman_iframes.html"]
+scheme = "https"
+
+["test_credman_empty_option.html"]
+
+["test_credman_iframes.html"]
+skip-if = [
+ "xorigin", # Application time out
+ "win10_2009", # Bug 1718296
+ "win11_2009", # Bug 1718296
+ "http3",
+ "http2",
+]