summaryrefslogtreecommitdiffstats
path: root/dom/notification/test/mochitest/mochitest.toml
blob: 19320326fc89fc5d09a9f14b5ae2e1b28a4c873d (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
[DEFAULT]

support-files = [
  "blank.html",
  "create_notification.html",
  "MockServices.js",
  "NotificationTest.js",
]

["test_notification_basics.html"]
skip-if = ["xorigin"] # Bug 1792790

["test_notification_crossorigin_iframe.html"]
scheme = "https"
# This test needs to be run on HTTP (not HTTPS).

["test_notification_insecure_context.html"]
skip-if = [
  "http3",
  "http2",
]

["test_notification_permissions.html"]
scheme = "https"

["test_notification_tag.html"]
skip-if = [
  "http3",
  "http2",
]