This component inherits most of its starting functionality from the moz-input-text component, and so moz-input-search appears relatively barebones at the moment. Having the basic component in tree will allow us to add the necessary features to this component more easily. The overlapping functionality with moz-input-text is covered by the newly added test, test_moz_input_search. This test file is effectively a copy and paste of the test_moz_input_text file until the search specific features are added. Additionally, we added a new test helper function, testCommonInputEvents, that covers the common events that all input elements generate. This component is another example of extending existing reusable components which allows relatively quick standing up of new components. Differential Revision: https://phabricator.services.mozilla.com/D234109
98 lines
1.7 KiB
TOML
98 lines
1.7 KiB
TOML
[DEFAULT]
|
|
skip-if = ["os == 'android'"]
|
|
support-files = [
|
|
"tree_shared.js",
|
|
"popup_shared.js",
|
|
"window_label_checkbox.xhtml",
|
|
"window_menubar.xhtml",
|
|
"seek_with_sound.webm",
|
|
"input-test-helpers.js",
|
|
]
|
|
prefs = ["app.support.baseURL='https://support.mozilla.org/'"]
|
|
|
|
["test_contextmenu_menugroup.xhtml"]
|
|
|
|
["test_contextmenu_nested.xhtml"]
|
|
|
|
["test_editor_currentURI.xhtml"]
|
|
|
|
["test_label_checkbox.xhtml"]
|
|
|
|
["test_menubar.xhtml"]
|
|
skip-if = [
|
|
"os == 'mac' && os_version == '10.15' && processor == 'x86_64'", # Bug 1933983
|
|
"os == 'mac' && os_version == '14.70' && processor == 'x86_64'", # Bug 1933983
|
|
]
|
|
|
|
["test_moz_base_input_element.html"]
|
|
|
|
["test_moz_box_button.html"]
|
|
|
|
["test_moz_button.html"]
|
|
|
|
["test_moz_button_group.html"]
|
|
|
|
["test_moz_card.html"]
|
|
|
|
["test_moz_checkbox.html"]
|
|
|
|
["test_moz_fieldset.html"]
|
|
|
|
["test_moz_five_star.html"]
|
|
|
|
["test_moz_input_search.html"]
|
|
|
|
["test_moz_input_text.html"]
|
|
|
|
["test_moz_label.html"]
|
|
|
|
["test_moz_lit_element.html"]
|
|
|
|
["test_moz_message_bar.html"]
|
|
|
|
["test_moz_page_nav.html"]
|
|
|
|
["test_moz_radio.html"]
|
|
|
|
["test_moz_radio_group.html"]
|
|
|
|
["test_moz_select.html"]
|
|
|
|
["test_moz_support_link.html"]
|
|
|
|
["test_moz_toggle.html"]
|
|
|
|
["test_panel_item_accesskey.html"]
|
|
|
|
["test_panel_item_checkbox.html"]
|
|
|
|
["test_panel_item_disabled.html"]
|
|
|
|
["test_panel_list_accessibility.html"]
|
|
|
|
["test_panel_list_anchoring.html"]
|
|
|
|
["test_panel_list_in_xul_panel.html"]
|
|
|
|
["test_panel_list_min_width_from_anchor.html"]
|
|
|
|
["test_popupanchor.xhtml"]
|
|
skip-if = [
|
|
"verify && os == 'win'",
|
|
]
|
|
|
|
["test_popupreflows.xhtml"]
|
|
|
|
["test_tree_column_reorder.xhtml"]
|
|
|
|
["test_videocontrols_focus.html"]
|
|
support-files = [
|
|
"head.js",
|
|
"video.webm",
|
|
]
|
|
skip-if = [
|
|
"os == 'android'",
|
|
]
|
|
|
|
["test_videocontrols_onclickplay.html"]
|