1
0
Fork 0
firefox/widget/tests/browser/browser.toml
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

97 lines
3 KiB
TOML

[DEFAULT]
skip-if = ["os == 'android'"]
["browser_test_AZERTY_digit_shortcut.js"]
skip-if = ["os == 'linux'"] # Linux build has not implemented sendNativeKeyEvent yet
["browser_test_ContentCache.js"]
["browser_test_InputContextURI.js"]
["browser_test_clipboard_contextmenu.js"]
["browser_test_clipboardcache.js"]
["browser_test_consumed_alt_char_on_windows.js"]
run-if = ["os == 'win'"]
["browser_test_contentCommand_immediately_after_setSelection.js"]
["browser_test_contentCommand_insertText_with_selection_cache.js"]
["browser_test_contentCommand_replaceText_with_selection_cache.js"]
["browser_test_fullscreen_size.js"]
["browser_test_ime_state_after_body_removed_and_reconnected_in_designMode.js"]
support-files = [ "../file_ime_state_test_helper.js" ]
["browser_test_ime_state_in_contenteditable_on_focus_move_in_remote_content.js"]
support-files = [
"file_ime_state_tests.html",
"../file_ime_state_test_helper.js",
"../file_test_ime_state_on_focus_move.js",
]
["browser_test_ime_state_in_contenteditable_on_readonly_change_in_remote_content.js"]
support-files = [
"file_ime_state_tests.html",
"../file_ime_state_test_helper.js",
"../file_test_ime_state_in_contenteditable_on_readonly_change.js",
]
["browser_test_ime_state_in_designMode_on_focus_move_in_remote_content.js"]
support-files = [
"file_ime_state_tests.html",
"../file_ime_state_test_helper.js",
"../file_test_ime_state_on_focus_move.js",
]
["browser_test_ime_state_in_plugin_in_remote_content.js"]
support-files = ["../file_ime_state_test_helper.js"]
["browser_test_ime_state_in_text_control_on_reframe_in_remote_content.js"]
support-files = [
"../file_ime_state_test_helper.js",
"../file_test_ime_state_in_text_control_on_reframe.js",
]
["browser_test_ime_state_on_editable_state_change_in_remote_content.js"]
support-files = ["../file_ime_state_test_helper.js"]
["browser_test_ime_state_on_focus_move_in_remote_content.js"]
support-files = [
"file_ime_state_tests.html",
"../file_ime_state_test_helper.js",
"../file_test_ime_state_on_focus_move.js",
]
["browser_test_ime_state_on_input_type_change_in_remote_content.js"]
support-files = [
"file_ime_state_tests.html",
"../file_ime_state_test_helper.js",
"../file_test_ime_state_on_input_type_change.js",
]
skip-if = ["true"] # Bug 1817704
["browser_test_ime_state_on_readonly_change_in_remote_content.js"]
support-files = [
"file_ime_state_tests.html",
"../file_ime_state_test_helper.js",
"../file_test_ime_state_on_readonly_change.js",
]
["browser_test_scrollbar_colors.js"]
support-files = ["helper_scrollbar_colors.html"]
["browser_test_swipe_gesture.js"]
support-files = [
"helper_swipe_gesture.html",
"!/gfx/layers/apz/test/mochitest/apz_test_native_event_utils.js",
"!/gfx/layers/apz/test/mochitest/apz_test_utils.js",
]
skip-if = [
"os == 'linux' && os_version == '18.04' && processor == 'x86_64'", # Bug 1784772
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11'", # Bug 1784772
"verify", # Bug 1800022
]