tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

mochitest.toml (5076B)


      1 [DEFAULT]
      2 support-files = [
      3  "save_restore_radio_groups.sjs",
      4  "test_input_number_data.js",
      5  "!/dom/html/test/reflect.js",
      6  "FAIL.html",
      7  "PASS.html",
      8 ]
      9 prefs = [
     10  "formhelper.autozoom.force-disable.test-only=true",
     11  "dom.forms.html_color_picker.enabled=false",
     12 ]
     13 
     14 ["test_MozEditableElement_setUserInput.html"]
     15 
     16 ["test_autocomplete.html"]
     17 
     18 ["test_bug1039548.html"]
     19 
     20 ["test_bug1283915.html"]
     21 
     22 ["test_bug1286509.html"]
     23 
     24 ["test_button_attributes_reflection.html"]
     25 
     26 ["test_change_event.html"]
     27 
     28 ["test_datalist_element.html"]
     29 
     30 ["test_double_submit.html"]
     31 support-files = ["file_double_submit.html"]
     32 
     33 ["test_form_attribute-1.html"]
     34 
     35 ["test_form_attribute-2.html"]
     36 
     37 ["test_form_attribute-3.html"]
     38 
     39 ["test_form_attribute-4.html"]
     40 
     41 ["test_form_attributes_reflection.html"]
     42 
     43 ["test_form_named_getter_dynamic.html"]
     44 
     45 ["test_formaction_attribute.html"]
     46 
     47 ["test_formnovalidate_attribute.html"]
     48 
     49 ["test_input_attributes_reflection.html"]
     50 
     51 ["test_input_color_input_change_events.html"]
     52 skip-if = [
     53  "os == 'mac' && os_version == '14.70' && arch == 'x86_64'", # Bug 1929441
     54 ]
     55 
     56 ["test_input_color_picker_datalist.html"]
     57 
     58 ["test_input_color_picker_initial.html"]
     59 
     60 ["test_input_color_picker_popup.html"]
     61 
     62 ["test_input_color_picker_update.html"]
     63 
     64 ["test_input_date_bad_input.html"]
     65 
     66 ["test_input_date_key_events.html"]
     67 
     68 ["test_input_datetime_calendar_button.html"]
     69 
     70 ["test_input_datetime_disabled_focus.html"]
     71 
     72 ["test_input_datetime_focus_blur.html"]
     73 
     74 ["test_input_datetime_focus_blur_events.html"]
     75 
     76 ["test_input_datetime_focus_state.html"]
     77 
     78 ["test_input_datetime_hidden.html"]
     79 
     80 ["test_input_datetime_input_change_events.html"]
     81 
     82 ["test_input_datetime_preventDefault.html"]
     83 
     84 ["test_input_datetime_readonly.html"]
     85 
     86 ["test_input_datetime_reset_default_value_input_change_event.html"]
     87 
     88 ["test_input_datetime_tabindex.html"]
     89 
     90 ["test_input_defaultValue.html"]
     91 
     92 ["test_input_email.html"]
     93 
     94 ["test_input_event.html"]
     95 
     96 ["test_input_file_picker.html"]
     97 
     98 ["test_input_hasBeenTypePassword.html"]
     99 
    100 ["test_input_hasBeenTypePassword_navigation.html"]
    101 support-files = ["file_login_fields.html"]
    102 
    103 ["test_input_list_attribute.html"]
    104 
    105 ["test_input_number_focus.html"]
    106 
    107 ["test_input_number_key_events.html"]
    108 
    109 ["test_input_number_l10n.html"]
    110 
    111 ["test_input_number_mouse_events.html"]
    112 run-if = [
    113  "os != 'android'", # Not run on Firefox for Android where the spin buttons are hidden:
    114 ]
    115 skip-if = [
    116  "os == 'mac' && os_version == '10.15' && arch == 'x86_64' && debug", # Bug 1484442
    117 ]
    118 
    119 ["test_input_number_placeholder_shown.html"]
    120 
    121 ["test_input_number_rounding.html"]
    122 
    123 ["test_input_number_validation.html"]
    124 
    125 ["test_input_password_click_show_password_button.html"]
    126 
    127 ["test_input_password_show_password_button.html"]
    128 
    129 ["test_input_radio_indeterminate.html"]
    130 
    131 ["test_input_radio_radiogroup.html"]
    132 
    133 ["test_input_radio_required.html"]
    134 
    135 ["test_input_range_attr_order.html"]
    136 
    137 ["test_input_range_key_events.html"]
    138 
    139 ["test_input_range_mouse_and_touch_events.html"]
    140 
    141 ["test_input_range_rounding.html"]
    142 
    143 ["test_input_sanitization.html"]
    144 
    145 ["test_input_setting_value.html"]
    146 
    147 ["test_input_text_show_picker.html"]
    148 skip-if = [
    149  "os == 'android'", # Bug 1535985
    150 ]
    151 
    152 ["test_input_textarea_set_value_no_scroll.html"]
    153 
    154 ["test_input_time_key_events.html"]
    155 
    156 ["test_input_time_sec_millisec_field.html"]
    157 
    158 ["test_input_types_pref.html"]
    159 
    160 ["test_input_typing_sanitization.html"]
    161 
    162 ["test_input_untrusted_key_events.html"]
    163 
    164 ["test_input_url.html"]
    165 
    166 ["test_interactive_content_in_label.html"]
    167 
    168 ["test_interactive_content_in_summary.html"]
    169 
    170 ["test_label_control_attribute.html"]
    171 
    172 ["test_label_input_controls.html"]
    173 
    174 ["test_max_attribute.html"]
    175 
    176 ["test_maxlength_attribute.html"]
    177 
    178 ["test_meter_element.html"]
    179 
    180 ["test_meter_pseudo-classes.html"]
    181 
    182 ["test_min_attribute.html"]
    183 
    184 ["test_minlength_attribute.html"]
    185 
    186 ["test_novalidate_attribute.html"]
    187 
    188 ["test_option_disabled.html"]
    189 
    190 ["test_option_index_attribute.html"]
    191 
    192 ["test_option_text.html"]
    193 
    194 ["test_output_element.html"]
    195 
    196 ["test_pattern_attribute.html"]
    197 
    198 ["test_preserving_metadata_between_reloads.html"]
    199 
    200 ["test_progress_element.html"]
    201 
    202 ["test_radio_in_label.html"]
    203 
    204 ["test_radio_radionodelist.html"]
    205 
    206 ["test_reportValidation_preventDefault.html"]
    207 
    208 ["test_required_attribute.html"]
    209 
    210 ["test_restore_form_elements.html"]
    211 
    212 ["test_save_restore_custom_elements.html"]
    213 support-files = ["save_restore_custom_elements_sample.html"]
    214 
    215 ["test_save_restore_radio_groups.html"]
    216 
    217 ["test_select_change_event.html"]
    218 skip-if = [
    219  "os == 'mac' && os_version == '10.15' && arch == 'x86_64'",
    220  "os == 'mac' && os_version == '14.70' && arch == 'x86_64'", # Bug 1929441
    221 ]
    222 
    223 ["test_select_input_change_event.html"]
    224 skip-if = [
    225  "os == 'mac' && os_version == '10.15' && arch == 'x86_64'",
    226  "os == 'mac' && os_version == '14.70' && arch == 'x86_64'", # Bug 1929441
    227 ]
    228 
    229 ["test_select_selectedOptions.html"]
    230 
    231 ["test_select_validation.html"]
    232 
    233 ["test_set_range_text.html"]
    234 
    235 ["test_step_attribute.html"]
    236 
    237 ["test_stepup_stepdown.html"]
    238 
    239 ["test_textarea_attributes_reflection.html"]
    240 
    241 ["test_validation.html"]
    242 
    243 ["test_validation_not_in_doc.html"]
    244 
    245 ["test_valueasdate_attribute.html"]
    246 
    247 ["test_valueasnumber_attribute.html"]