diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
commit | 2aa4a82499d4becd2284cdb482213d541b8804dd (patch) | |
tree | b80bf8bf13c3766139fbacc530efd0dd9d54394c /widget/tests/chrome.ini | |
parent | Initial commit. (diff) | |
download | firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.tar.xz firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.zip |
Adding upstream version 86.0.1.upstream/86.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'widget/tests/chrome.ini')
-rw-r--r-- | widget/tests/chrome.ini | 107 |
1 files changed, 107 insertions, 0 deletions
diff --git a/widget/tests/chrome.ini b/widget/tests/chrome.ini new file mode 100644 index 0000000000..aa700b25d2 --- /dev/null +++ b/widget/tests/chrome.ini @@ -0,0 +1,107 @@ +[DEFAULT] +prefs = + plugin.load_flash_only=false +skip-if = os == 'android' +support-files = + empty_window.xhtml + utils.js + +[test_alwaysontop_focus.xhtml] +[test_bug343416.xhtml] +skip-if = debug +[test_bug429954.xhtml] +support-files = window_bug429954.xhtml +[test_bug444800.xhtml] +[test_bug478536.xhtml] +skip-if = true # Bug 561929 +support-files = window_bug478536.xhtml +[test_bug517396.xhtml] +skip-if = (verify && (os == 'win')) +[test_bug538242.xhtml] +support-files = window_bug538242.xhtml +[test_bug565392.html] +skip-if = toolkit != "windows" +[test_bug593307.xhtml] +support-files = window_bug593307_offscreen.xhtml window_bug593307_centerscreen.xhtml +[test_keycodes.xhtml] +[test_wheeltransaction.xhtml] +support-files = window_wheeltransaction.xhtml +[test_imestate.html] +support-files = window_imestate_iframes.html +[test_composition_text_querycontent.xhtml] +support-files = window_composition_text_querycontent.xhtml +[test_input_events_on_deactive_window.xhtml] +support-files = file_input_events_on_deactive_window.html +[test_position_on_resize.xhtml] +skip-if = + verify && (os == 'win') + webrender && (os == "linux" && bits == 64) # Bug 1616760 +[test_sizemode_events.xhtml] +[test_taskbar_progress.xhtml] +skip-if = toolkit != "cocoa" && toolkit != "windows" || (os == "win" && os_version == "10.0" && !ccov) # Bug 1456811 +[test_bug760802.xhtml] +[test_clipboard.xhtml] +[test_panel_mouse_coords.xhtml] +skip-if = toolkit == "windows" # bug 1009955 + +# Cocoa +[test_native_menus.xhtml] +skip-if = toolkit != "cocoa" +support-files = native_menus_window.xhtml +[test_native_mouse_mac.xhtml] +skip-if = toolkit != "cocoa" || os_version == '10.14' # macosx1014: bug 1137575 +support-files = native_mouse_mac_window.xhtml +[test_bug413277.html] +skip-if = toolkit != "cocoa" +[test_bug428405.xhtml] +skip-if = toolkit != "cocoa" +[test_bug466599.xhtml] +skip-if = toolkit != "cocoa" +[test_bug485118.xhtml] +skip-if = toolkit != "cocoa" +[test_bug522217.xhtml] +tags = fullscreen +skip-if = toolkit != "cocoa" +support-files = window_bug522217.xhtml +[test_platform_colors.xhtml] +#skip-if = toolkit != "cocoa" +skip-if = true # Bug 1207190 +[test_standalone_native_menu.xhtml] +skip-if = toolkit != "cocoa" +support-files = standalone_native_menu_window.xhtml +[test_bug586713.xhtml] +skip-if = toolkit != "cocoa" +support-files = bug586713_window.xhtml +[test_key_event_counts.xhtml] +skip-if = toolkit != "cocoa" +[test_bug596600.xhtml] +support-files = file_bug596600.html +skip-if = toolkit != "cocoa" || !debug # Bug 1661132 (disable on opt) +[test_bug673301.xhtml] +skip-if = toolkit != "cocoa" +[test_secure_input.html] +support-files = file_secure_input.html +skip-if = toolkit != "cocoa" +[test_native_key_bindings_mac.html] +skip-if = toolkit != "cocoa" || verify +[test_system_status_bar.xhtml] +skip-if = toolkit != "cocoa" + +[test_system_font_changes.xhtml] +support-files = system_font_changes.xhtml +run-if = toolkit == 'gtk' # Currently the test works on only gtk3 + +# Windows +# taskbar_previews.xhtml +# window_state_windows.xhtml +[test_mouse_scroll.xhtml] +skip-if = toolkit != "windows" +support-files = + window_mouse_scroll_win.html + window_mouse_scroll_win_2.html + +# Privacy relevant +[test_bug1123480.xhtml] +[test_transferable_overflow.xhtml] +skip-if = (verify && (os == 'mac' || os == 'linux')) + |