summaryrefslogtreecommitdiffstats
path: root/dom/xml/test/mochitest.toml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
commit26a029d407be480d791972afb5975cf62c9360a6 (patch)
treef435a8308119effd964b339f76abb83a57c29483 /dom/xml/test/mochitest.toml
parentInitial commit. (diff)
downloadfirefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz
firefox-26a029d407be480d791972afb5975cf62c9360a6.zip
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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",
+]