fune/accessible/tests
James Teh 873c203811 Bug 1905021: Don't incorrectly treat the start of a node inside a contentEditable as the end of a line. r=nlapre a=RyanVM
Previously, we assumed that CaretAssociationHint::Before always meant the caret was at the insertion point at the end of a line.
However, it can also mean that the caret is before the start of a node in the middle of a line.
To fix this, we need to check for line and paragraph boundaries.
See the code comments for details.

Differential Revision: https://phabricator.services.mozilla.com/D215316
2024-07-19 13:29:51 +00:00
..
browser Bug 1905021: Don't incorrectly treat the start of a node inside a contentEditable as the end of a line. r=nlapre a=RyanVM 2024-07-19 13:29:51 +00:00
crashtests Bug 1879538 - cleanup unnecessary and redundant reftest conditions. r=aryx,jgilbert 2024-02-22 23:04:45 +00:00
mochitest Bug 1907422 - Rename "click ancestor" as "clickAncestor". a=RyanVM 2024-07-19 13:41:31 +00:00