Closed
Bug 1843483
Opened 1 year ago
Closed 1 year ago
[wpt-sync] Sync PR 41039 - Make the test not wait `lostpointercapture` event after the tick in which `pointerup` fired
Categories
(Core :: DOM: Events, task, P4)
Core
DOM: Events
Tracking
()
RESOLVED
FIXED
117 Branch
Tracking | Status | |
---|---|---|
firefox117 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 41039 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/41039
Details from upstream follow.
Masayuki Nakano <masayuki@d-toybox.com> wrote:
Make the test not wait
lostpointercapture
event after the tick in whichpointerup
fired
lostpointercapture
should be dispatched in same tick aspointerup
because it should be dispatched beforeclick
event. Spec: https://w3c.github.io/pointerevents/#event-dispatch
Assignee | ||
Updated•1 year ago
|
Component: web-platform-tests → DOM: Events
Product: Testing → Core
Assignee | ||
Comment 1•1 year ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=847a11f64956143a6ce995aaa3264eef2f11ce22
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9833c115a004
[wpt PR 41039] - Make the test not wait `lostpointercapture` event after the tick in which `pointerup` fired, a=testonly
https://hg.mozilla.org/integration/autoland/rev/6d64dd6a8913
[wpt PR 41039] - Update wpt metadata, a=testonly
Assignee | ||
Comment 3•1 year ago
|
||
Test result changes from PR not available.
Comment 4•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/9833c115a004
https://hg.mozilla.org/mozilla-central/rev/6d64dd6a8913
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox117:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 117 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•