Reduce frequent intermittent failures in test_accessiblecaret_cursor_mode.py
Categories
(Core :: Layout, task)
Tracking
()
Tracking | Status | |
---|---|---|
firefox135 | --- | fixed |
People
(Reporter: TYLin, Assigned: TYLin)
References
Details
Attachments
(2 files)
See the patches for the effort.
Assignee | ||
Comment 1•10 months ago
|
||
The intermittent failures of these two tests happen on macosx1470-64.
Unfortunately, we cannot skip subtests on specific platforms. We still exercise
test_caret_not_jump_when_dragging_to_editable_content_boundary
on input
and
contenteditable
elements, so I feel it is fine to skip them.
Updated•10 months ago
|
Assignee | ||
Comment 2•10 months ago
|
||
This patch reverts the edit in Bug 1932800 - Fix caret baseline of empty inline
and text frames.
https://hg.mozilla.org/mozilla-central/rev/b0a2ef9d7ae3b2d9f421f339b420dd54cb0df44b
Additionally, convert <p>
to <div>
to remove the margin at the beginning of
the first column and the margin at the end of the second column. This ensures
that the first and second columns look the same.
In a contenteditable div, an image can be selected by dragging a cursor mode
AccessibleCaret across it. To avoid triggering AccessibleCaret's selection mode
during cursor mode dragging tests, we make the image non-selectable.
Updated•9 months ago
|
Comment 4•9 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/f5399ad8f872
https://hg.mozilla.org/mozilla-central/rev/41f89b32973f
Description
•