summaryrefslogtreecommitdiffstats
path: root/browser/base/content/test/alerts/browser.toml
diff options
context:
space:
mode:
Diffstat (limited to 'browser/base/content/test/alerts/browser.toml')
-rw-r--r--browser/base/content/test/alerts/browser.toml28
1 files changed, 28 insertions, 0 deletions
diff --git a/browser/base/content/test/alerts/browser.toml b/browser/base/content/test/alerts/browser.toml
new file mode 100644
index 0000000000..d0d56f7392
--- /dev/null
+++ b/browser/base/content/test/alerts/browser.toml
@@ -0,0 +1,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