summaryrefslogtreecommitdiffstats
path: root/dom/serviceworkers/test/mochitest.toml
blob: 13faa300c571222f378d9e5f876c892ba915eb9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
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",
]