DescriptionUpdate pad-gesture-fling test to accommodate short-circuited fling
The pad-gesture-fling layout tests assumes the fling curve will generate a
minimum number of events. This may not always hold, depending on the
fling curve parameters, the fling curve update frequency and whether the main
thread is slow. Instead, impose a maximum limit on the number of fling updates
it takes to reach the minimum offset target, and use preventDefault() on the
mousewheel event to prevent the fling from terminating early.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=170597
Patch Set 1 #
Total comments: 4
Patch Set 2 : Remove max expected events #
Messages
Total messages: 8 (0 generated)
|