Regardless of the root cause, we may want to have an iteration limit in [this loop](https://searchfox.org/mozilla-central/rev/b220e40ff2ee3d10ce68e07d8a8a577d5558e2a2/gfx/layers/AxisPhysicsModel.cpp#64), since the scrolling by an incorrect amount seems like a less bad outcome than hanging while we iterate millions of times.
Bug 1908257 Comment 3 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Regardless of the root cause, we may want to have an iteration limit in [this loop](https://searchfox.org/mozilla-central/rev/b220e40ff2ee3d10ce68e07d8a8a577d5558e2a2/gfx/layers/AxisPhysicsModel.cpp#64), since scrolling by an incorrect amount seems like a less bad outcome than hanging while we iterate millions of times.