blob: d0d56f739247ae20061e937c3943b7fb518f089b (
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
|
[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_replace.js"]
https_first_disabled = true
skip-if = ["os == 'win'"] # Bug 1422928
["browser_notification_tab_switching.js"]
https_first_disabled = true
skip-if = ["os == 'win'"] # Bug 1243263
|