summaryrefslogtreecommitdiffstats
path: root/browser/base/content/test/alerts/browser.toml
blob: aaca2ba7dc9ddc1dcd961650dfbdf22ec5b4dfa0 (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
[DEFAULT]
support-files = [
  "head.js",
  "file_dom_notifications.html",
]

["browser_notification_close.js"]
https_first_disabled = true
skip-if = ["os == 'win'"] # Bug 1227785

["browser_notification_do_not_disturb.js"]
https_first_disabled = true

["browser_notification_open_settings.js"]
https_first_disabled = true
skip-if = ["os == 'win'"] # Bug 1411118

["browser_notification_remove_permission.js"]
https_first_disabled = true
skip-if = ["os == 'win'"] # Bug 1411118

["browser_notification_tab_switching.js"]
https_first_disabled = true
skip-if = ["os == 'win'"] # Bug 1243263