[wpt-sync] Sync PR 42908 - Make `moveToDocument` move pointer to non-(0, 0) position first
Categories
(Core :: DOM: Events, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox121 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 42908 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/42908
Details from upstream follow.
Masayuki Nakano <masayuki@d-toybox.com> wrote:
Make
moveToDocumentmove pointer to non-(0, 0) position firstWebDriver spec defines that the pointer position should be initialized to (0, 0) by default. Therefore, a call of
pointerMove(0, 0)at first time may be no-op. Therefore, pointer should be moved to different point, (1, 1), first. Then, moving to (0, 0) causespointerover,mouseover, etc as expected by some tests.
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 1•2 years ago
|
||
| Assignee | ||
Comment 3•2 years ago
|
||
| Assignee | ||
Comment 4•2 years ago
|
||
| Assignee | ||
Comment 6•2 years ago
|
||
(In reply to Pulsebot from comment #5)
https://hg.mozilla.org/integration/autoland/rev/e6139574db52
[wpt PR 42908] - Update wpt metadata, a=testonly
Looks like that the instances of the tasks hit unknown intermittent failures because the tests do not use moveToDocument function...
Comment 8•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/fa0496864e4c
https://hg.mozilla.org/mozilla-central/rev/e6139574db52
Description
•