gecko-dev/dom/html/test/forms
Boris Zbarsky 49a90cb122 Bug 1268852. Change <label> elements to not be form-associated anymore. r=bkelly,hsivonen,surkov
The web platform tests changes are just a cherrypick of
https://github.com/w3c/web-platform-tests/pull/2926 so I don't have to add
failure annotations until the next test uplift.

I've audited our uses of nsIFormControl, and this patch looks to me like it
preserves existing behavior in all but the following cases:

1)  nsXBLPrototypeHandler::DispatchXBLCommand, the case of scrolling when space
is pressed while something inside a <label> is focused.  We used to not scroll
in this situation; I think this is a bug, so I'm changing that behavior to
scroll instead.

2)  In Accessible::RelationByType for the RelationType::DEFAULT_BUTTON case,
when mContent is a <label> we used to return its form's default submit element.
Now we will just return Relation().
2016-05-26 19:39:03 -04:00
..
chrome.ini
mochitest.ini Bug 1272012 - Tweak or disable a few tests for <select size=1> Up/Down key behavior on OSX. 2016-05-25 21:52:36 +02:00
save_restore_radio_groups.sjs
submit_invalid_file.sjs
test_autocompleteinfo.html
test_bug1039548.html
test_button_attributes_reflection.html
test_change_event.html Bug 1206616 - Part 1: Fire input event for type=checkbox,radio,file. r=smaug 2016-04-25 19:52:00 +02:00
test_datalist_element.html
test_experimental_forms_pref.html
test_form_attribute-1.html Bug 1268852. Change <label> elements to not be form-associated anymore. r=bkelly,hsivonen,surkov 2016-05-26 19:39:03 -04:00
test_form_attribute-2.html
test_form_attribute-3.html
test_form_attribute-4.html
test_form_attributes_reflection.html
test_form_named_getter_dynamic.html
test_formaction_attribute.html
test_formnovalidate_attribute.html
test_input_attributes_reflection.html
test_input_autocomplete.html
test_input_color_input_change_events.html
test_input_color_picker_initial.html
test_input_color_picker_popup.html
test_input_color_picker_update.html
test_input_defaultValue.html
test_input_email.html
test_input_event.html Bug 1206616 - Part 1: Fire input event for type=checkbox,radio,file. r=smaug 2016-04-25 19:52:00 +02:00
test_input_file_picker.html
test_input_list_attribute.html
test_input_number_data.js
test_input_number_focus.html Bug 1268556 - clicking padding area of 'number' input should not blur. r=smaug 2016-05-23 23:27:00 +02:00
test_input_number_key_events.html
test_input_number_l10n.html
test_input_number_mouse_events.html
test_input_number_rounding.html
test_input_number_validation.html
test_input_radio_radiogroup.html
test_input_radio_required.html
test_input_range_attr_order.html
test_input_range_key_events.html
test_input_range_mouse_and_touch_events.html
test_input_range_rounding.html
test_input_sanitization.html
test_input_textarea_set_value_no_scroll.html Bug 1221976 - Use -moz-appearance:none on textarea and input elements in mochitest test_input_textarea_set_value_no_scroll.html to work around unreliable Gtk3 themed-widget rendering. r=dholbert 2016-01-19 10:29:50 +00:00
test_input_typing_sanitization.html
test_input_untrusted_key_events.html
test_input_url.html
test_interactive_content_in_label.html
test_label_control_attribute.html
test_label_input_controls.html
test_max_attribute.html
test_maxlength_attribute.html
test_meter_element.html
test_meter_pseudo-classes.html
test_min_attribute.html
test_mozistextfield.html
test_novalidate_attribute.html
test_option_disabled.html
test_option_index_attribute.html
test_option_text.html
test_output_element.html Bug 1244328 - Merge the functionality of DOMSettableTokenList into DOMTokenList and make everything that used to refer to DOMSettableTokenList refer to DOMTokenList instead. r=bzbarsky 2016-02-11 17:50:42 -05:00
test_pattern_attribute.html Bug 1227906 - Use unicode flag in pattern attribute. r=jst 2016-01-16 13:24:48 +09:00
test_progress_element.html
test_radio_in_label.html
test_radio_radionodelist.html
test_reportValidation_preventDefault.html Bug 1088761 - Update web-platform tests for reportValidity(). r=smaug 2016-04-15 16:12:46 +08:00
test_required_attribute.html
test_restore_form_elements.html
test_save_restore_radio_groups.html
test_select_change_event.html Bug 1265968 - fire change event after selected item is changed in dropdown. r=smaug 2016-05-17 12:50:50 -07:00
test_select_selectedOptions.html
test_select_validation.html
test_set_range_text.html
test_step_attribute.html
test_stepup_stepdown.html
test_submit_invalid_file.html
test_textarea_attributes_reflection.html
test_validation.html
test_validation_not_in_doc.html
test_valueAsDate_pref.html
test_valueasdate_attribute.html
test_valueasnumber_attribute.html