1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122
|
[DEFAULT]
support-files = [
"tree_shared.js",
"popup_shared.js",
"window_label_checkbox.xhtml",
"window_menubar.xhtml",
"seek_with_sound.webm",
"lit-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 == '14.70' && arch == 'x86_64'", # Bug 1933983
]
["test_moz_badge.html"]
["test_moz_base_input_element.html"]
["test_moz_box_button.html"]
["test_moz_box_group.html"]
["test_moz_box_item.html"]
["test_moz_box_link.html"]
["test_moz_breadcrumb.html"]
["test_moz_breadcrumb_group.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_color.html"]
["test_moz_input_elems_in_form.html"]
["test_moz_input_folder.html"]
["test_moz_input_password.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_header.html"]
["test_moz_page_nav.html"]
["test_moz_promo.html"]
["test_moz_radio.html"]
["test_moz_radio_group.html"]
["test_moz_reorderable_list.html"]
["test_moz_select.html"]
skip-if = [
"os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11'", # Bug 1997197
"os == 'win' && os_version == '10.2009' && arch == 'x86_64' && debug", # Bug 1997197
"os == 'win' && os_version == '11.26100' && arch == 'x86' && debug", # Bug 1997197
]
["test_moz_support_link.html"]
["test_moz_toggle.html"]
["test_moz_visual_picker.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"]
["test_popupreflows.xhtml"]
["test_tree_column_reorder.xhtml"]
["test_videocontrols_focus.html"]
support-files = [
"head.js",
"video.webm",
]
["test_videocontrols_onclickplay.html"]
|