[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
moveToDocument
move 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•1 year ago
|
Assignee | ||
Comment 1•1 year ago
|
||
Assignee | ||
Comment 3•1 year ago
|
||
Assignee | ||
Comment 4•1 year ago
|
||
Assignee | ||
Comment 6•1 year 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•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/fa0496864e4c
https://hg.mozilla.org/mozilla-central/rev/e6139574db52
Description
•