diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:47:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:47:29 +0000 |
commit | 0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d (patch) | |
tree | a31f07c9bcca9d56ce61e9a1ffd30ef350d513aa /toolkit/content/tests/widgets/chrome.ini | |
parent | Initial commit. (diff) | |
download | firefox-esr-0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d.tar.xz firefox-esr-0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d.zip |
Adding upstream version 115.8.0esr.upstream/115.8.0esr
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'toolkit/content/tests/widgets/chrome.ini')
-rw-r--r-- | toolkit/content/tests/widgets/chrome.ini | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/toolkit/content/tests/widgets/chrome.ini b/toolkit/content/tests/widgets/chrome.ini new file mode 100644 index 0000000000..73cc6c1521 --- /dev/null +++ b/toolkit/content/tests/widgets/chrome.ini @@ -0,0 +1,45 @@ +[DEFAULT] +skip-if = os == 'android' +support-files = + image.png + image-zh.png + tree_shared.js + popup_shared.js + window_label_checkbox.xhtml + window_menubar.xhtml + seek_with_sound.ogg +prefs = + app.support.baseURL='https://support.mozilla.org/' + +[test_contextmenu_menugroup.xhtml] +skip-if = os == 'linux' # Bug 1115088 +[test_contextmenu_nested.xhtml] +skip-if = os == 'linux' # Bug 1116215 +[test_editor_currentURI.xhtml] +[test_image_recognition.html] +run-if = os == "mac" # Mac only feature. +[test_image_recognition_unsupported.html] +skip-if = os == 'mac' +[test_image_recognition_zh.html] +run-if = os == "mac" && os_version != "10.15" # Mac only feature, requires > 10.15 to support multilingual results. +[test_label_checkbox.xhtml] +[test_menubar.xhtml] +skip-if = os == 'mac' +[test_moz_button_group.html] +[test_moz_label.html] +[test_moz_support_link.html] +[test_moz_toggle.html] +[test_panel_item_accesskey.html] +[test_panel_list_accessibility.html] +[test_panel_list_in_xul_panel.html] +[test_panel_list_min_width_from_anchor.html] +[test_popupanchor.xhtml] +skip-if = os == 'linux' || (verify && (os == 'win')) # Bug 1335894 perma-fail on linux 16.04 +[test_popupreflows.xhtml] +[test_tree_column_reorder.xhtml] +[test_videocontrols_focus.html] +support-files = + head.js + video.ogg +skip-if = toolkit == 'android' +[test_videocontrols_onclickplay.html] |