summaryrefslogtreecommitdiffstats
path: root/dom/serviceworkers/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/serviceworkers/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/serviceworkers/test/mochitest.toml')
-rw-r--r--dom/serviceworkers/test/mochitest.toml56
1 files changed, 56 insertions, 0 deletions
diff --git a/dom/serviceworkers/test/mochitest.toml b/dom/serviceworkers/test/mochitest.toml
new file mode 100644
index 0000000000..13faa300c5
--- /dev/null
+++ b/dom/serviceworkers/test/mochitest.toml
@@ -0,0 +1,56 @@
+[DEFAULT]
+# Mochitests are executed in iframes. Several ServiceWorker tests use iframes
+# too. The result is that we have nested iframes. CookieBehavior 4
+# (BEHAVIOR_REJECT_TRACKER) doesn't grant storage access permission to nested
+# iframes because trackers could use them to follow users across sites. Let's
+# use cookieBehavior 0 (BEHAVIOR_ACCEPT) here.
+prefs = ["network.cookie.cookieBehavior=0"]
+dupe-manifest = true
+tags = "condprof"
+
+# Following tests are not working currently when dFPI is enabled. So, we put
+# these tests here instead of mochitest-common.toml so that these tests won't run
+# when dFPI is enabled.
+
+["include:mochitest-common.toml"]
+
+["test_cookie_fetch.html"]
+
+["test_csp_upgrade-insecure_intercept.html"]
+
+["test_eventsource_intercept.html"]
+skip-if = [
+ "http3",
+ "http2",
+]
+
+["test_https_fetch.html"]
+skip-if = ["condprof"] #: timed out
+
+["test_https_fetch_cloned_response.html"]
+
+["test_https_origin_after_redirect.html"]
+
+["test_https_origin_after_redirect_cached.html"]
+skip-if = ["condprof"] #: timed out
+
+["test_https_synth_fetch_from_cached_sw.html"]
+
+["test_importscript_mixedcontent.html"]
+tags = "mcb"
+
+["test_openWindow.html"]
+skip-if = [
+ "os == 'android'", # Bug 1620052
+ "xorigin", # Bug 1792790
+ "condprof", #: timed out
+ "http3",
+ "http2",
+]
+tags = "openwindow"
+
+["test_sanitize_domain.html"]
+skip-if = [
+ "http3",
+ "http2",
+]