Chrome Version: 62.0.3169.0
OS: Win
What steps will reproduce the problem?
(1)Open any page with a scrollable element.
(2)Autoscroll in one direction and go back to the start point.
What is the expected result?
Successfully return the mouse to the start point and continue autoscrolling.
What happens instead?
It hits the following DCHECK:
legacy_input_router_impl.cc(424)] Check failed: input_event.GetType() != blink::WebInputEvent::kGestureFlingStart || static_cast<const blink::WebGestureEvent&>(input_event) .data.fling_start.velocity_x != 0.0 || static_cast<const blink::WebGestureEvent&>(input_event) .data.fling_start.velocity_y != 0.0.
Comment 1 by bugdroid1@chromium.org
, Aug 10 2017