Closed
Bug 1659744
Opened 4 years ago
Closed 10 months ago
test_getCoalescedEvents.html fails on test-verify on Window platform
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P3)
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox127 | --- | fixed |
People
(Reporter: edgar, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
While debugging bug 1659494, I found test_getCoalescedEvents.html seems not to work well on Windows platform. Test synthesizes multiple native mouse move events and expects events get coalesced, but PointerEvent.getCoalescedEvents() doesn't return the number of events that we expected, and also got some weird behavior which causes test failed in verify mode, similar to bug 1558160.
Reporter | ||
Updated•4 years ago
|
Severity: -- → S3
Priority: -- → P3
Comment 1•10 months ago
|
||
I don't reproduce this bug after applying my patch in bug 1776989.
You need to log in
before you can comment on or make changes to this bug.
Description
•