gecko-dev/accessible/tests
James Teh 84c3f34421 Bug 1896367: Use changes to ElementState::DISABLED to detect HTML disabled state changes. r=eeejay
Previously, we listened for changes to the disabled attribute itself.
However, this doesn't handle the case that the disabled state is inherited from a fieldset ancestor.
In contrast, DOM notifies us about changes to ElementState::DISABLED on form control descendants when a fieldset gains or loses the disabled attribute.

Differential Revision: https://phabricator.services.mozilla.com/D211688
2024-05-29 05:59:57 +00:00
..
browser Bug 1896367: Use changes to ElementState::DISABLED to detect HTML disabled state changes. r=eeejay 2024-05-29 05:59:57 +00:00
crashtests Bug 1879538 - cleanup unnecessary and redundant reftest conditions. r=aryx,jgilbert 2024-02-22 23:04:45 +00:00
mochitest Bug 1896875 - Destroy line list and the frames in reverse order to avoid non-linear time complexity. r=layout-reviewers,eeejay,emilio 2024-05-28 16:53:23 +00:00