summaryrefslogtreecommitdiffstats
path: root/browser/base/content/test/forms/browser.toml
diff options
context:
space:
mode:
Diffstat (limited to 'browser/base/content/test/forms/browser.toml')
-rw-r--r--browser/base/content/test/forms/browser.toml34
1 files changed, 34 insertions, 0 deletions
diff --git a/browser/base/content/test/forms/browser.toml b/browser/base/content/test/forms/browser.toml
new file mode 100644
index 0000000000..33d73ba8bf
--- /dev/null
+++ b/browser/base/content/test/forms/browser.toml
@@ -0,0 +1,34 @@
+[DEFAULT]
+prefs = ["gfx.font_loader.delay=0", "dom.select.showPicker.enabled=true"]
+support-files = ["head.js"]
+
+["browser_selectpopup.js"]
+skip-if = [
+ "os == 'linux'", # Bug 1329991
+ "os == 'mac'", # Bug 1661132, 1775896
+ "verify && os == 'win'",
+]
+
+["browser_selectpopup_colors.js"]
+skip-if = ["os == 'linux'"] # Bug 1329991 - test fails intermittently on Linux builds
+
+["browser_selectpopup_dir.js"]
+
+["browser_selectpopup_hr.js"]
+
+["browser_selectpopup_large.js"]
+
+["browser_selectpopup_searchfocus.js"]
+fail-if = ["a11y_checks"] # Bug 1854233 input may not be labeled
+
+["browser_selectpopup_showPicker.js"]
+
+["browser_selectpopup_text_transform.js"]
+
+["browser_selectpopup_toplevel.js"]
+
+["browser_selectpopup_user_input.js"]
+
+["browser_selectpopup_width.js"]
+
+["browser_selectpopup_xhtml.js"]