Open
Bug 1914815
Opened 3 months ago
Updated 3 months ago
Enable helper_event_during_fast_fling.html on Android debug builds
Categories
(Core :: Panning and Zooming, task, P4)
Core
Panning and Zooming
Tracking
()
NEW
People
(Reporter: hiro, Unassigned)
References
Details
A mochitest I am going to add in bug 1912358 is a bit unstable on Android debug builds. The reason is that in the test we need to do a fling animation but on Android debug builds touch-move event is sometimes NOT processed within kAssumePointerMoveStoppedTime so that any fling animation doesn't happen.
The failure ratio is 10% ~ 20%, FWIW.
You need to log in
before you can comment on or make changes to this bug.
Description
•