Remove HTMLElement.tap in AccessibleCaret marionette tests
Categories
(Core :: Layout, task)
Tracking
()
Tracking | Status | |
---|---|---|
firefox116 | --- | fixed |
People
(Reporter: TYLin, Assigned: TYLin)
References
(Blocks 1 open bug)
Details
Attachments
(2 files, 1 obsolete file)
In bug 1792529, HTMLElement.tap
will be removed. Per bug 1792529 comment 13, we should use pointer_down
and pointer_up
to simulate tap in AccessibleCaret marionette tests.
Comment 1•1 years ago
|
||
Thank you Ting-Yu for filing this bug and the willingness to work on! I appreciate. To give you some more guidance - also because the docs are not complete - here a test file which exercises some mouse (not touch) pointer events:
It should help you to modify the tests accordingly. Again thank for working on it and responding that quickly!
Assignee | ||
Comment 2•1 years ago
|
||
HTMLElement.tap() is going to be removed in bug 1792529, so reimplement it in
selection.py.
This patch doesn't change the behavior. Althogh I'll have to sprinkle a few
pause()
between cursor movement and tap()
to increase the stability of the
cursor mode tests.
Assignee | ||
Comment 3•1 year ago
|
||
HTMLElement.tap() is going to be removed in bug 1792529.
This patch doesn't change the behavior.
Assignee | ||
Comment 4•1 year ago
|
||
These unit tests verify HTMLElement.tap() with accessibility checks. Since tap()
is going to be removed in bug 1792529, we can remove these tests as well. Note
that HTMLElement.click() is similar to tap(), and is still covered in the file.
Depends on D182088
Updated•1 year ago
|
Comment 6•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/c71066111cc6
https://hg.mozilla.org/mozilla-central/rev/914c3b4eeaf8
Description
•