Closed
Bug 1959016
Opened 1 year ago
Closed 1 year ago
Add at least minimal testcase for `pointerrawupdate.getCoalescedEvents()`
Categories
(Core :: DOM: Events, enhancement)
Core
DOM: Events
Tracking
()
RESOLVED
FIXED
142 Branch
| Tracking | Status | |
|---|---|---|
| firefox142 | --- | fixed |
People
(Reporter: masayuki, Assigned: masayuki)
References
Details
Attachments
(1 file)
It seems that there are no tests which call .getCoalescedEvents() of pointerrawupdate events.
| Assignee | ||
Updated•1 year ago
|
Assignee: nobody → masayuki
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•1 year ago
|
||
There is not test to check getCoalescedEvents() of pointerrawupdate
event so that this add tests for that.
Then, I find our bug of .button value of pointerrawupdate event
caused by a mousemove. This patch fixes the bug too.
Pushed by masayuki@d-toybox.com:
https://github.com/mozilla-firefox/firefox/commit/499c1bbd0e21
https://hg.mozilla.org/integration/autoland/rev/68def8f8bf5e
Add WPT to check attributes of a coalesced event of `pointerrawupdate` r=smaug
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/53651 for changes under testing/web-platform/tests
Comment 4•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox142:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 142 Branch
Upstream PR merged by moz-wptsync-bot
Updated•1 year ago
|
QA Whiteboard: [qa-triage-done-c143/b142]
You need to log in
before you can comment on or make changes to this bug.
Description
•