summaryrefslogtreecommitdiffstats
path: root/dom/xml/test/mochitest.toml
diff options
context:
space:
mode:
Diffstat (limited to 'dom/xml/test/mochitest.toml')
-rw-r--r--dom/xml/test/mochitest.toml21
1 files changed, 21 insertions, 0 deletions
diff --git a/dom/xml/test/mochitest.toml b/dom/xml/test/mochitest.toml
new file mode 100644
index 0000000000..487c4c5720
--- /dev/null
+++ b/dom/xml/test/mochitest.toml
@@ -0,0 +1,21 @@
+[DEFAULT]
+support-files = [
+ "file_bug293347.xml",
+ "file_bug293347xslt.xml",
+ "file_bug343870.xml",
+ "file_bug691215.xml",
+]
+
+["test_bug232004.xhtml"]
+
+["test_bug293347.html"]
+
+["test_bug343870.xhtml"]
+
+["test_bug355213.xhtml"]
+
+["test_bug691215.html"]
+skip-if = [
+ "http2",
+ "http3",
+]