summaryrefslogtreecommitdiffstats
path: root/dom/url/tests/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/url/tests/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/url/tests/mochitest.toml')
-rw-r--r--dom/url/tests/mochitest.toml41
1 files changed, 41 insertions, 0 deletions
diff --git a/dom/url/tests/mochitest.toml b/dom/url/tests/mochitest.toml
new file mode 100644
index 0000000000..5a570484d9
--- /dev/null
+++ b/dom/url/tests/mochitest.toml
@@ -0,0 +1,41 @@
+[DEFAULT]
+support-files = [
+ "url_worker.js",
+ "urlApi_worker.js",
+ "urlSearchParams_commons.js",
+ "urlSearchParams_worker.js",
+ "url_exceptions_worker.js",
+]
+
+["test_bloburl_location.html"]
+
+["test_unknown_url_origin.html"]
+
+["test_url.html"]
+
+["test_urlExceptions.html"]
+
+["test_urlSearchParams.html"]
+
+["test_urlSearchParams_sorting.html"]
+
+["test_urlSearchParams_utf8.html"]
+
+["test_url_data.html"]
+
+["test_url_empty_port.html"]
+
+["test_url_malformedHost.html"]
+
+["test_urlutils_stringify.html"]
+
+["test_worker_protocol.html"]
+support-files = ["protocol_worker.js"]
+
+["test_worker_url.html"]
+
+["test_worker_urlApi.html"]
+
+["test_worker_urlSearchParams.html"]
+
+["test_worker_url_exceptions.html"]