| Index: LayoutTests/fast/scroll-behavior/overflow-scroll-animates-expected.txt
|
| diff --git a/LayoutTests/fast/scroll-behavior/precise-delta-no-animate-expected.txt b/LayoutTests/fast/scroll-behavior/overflow-scroll-animates-expected.txt
|
| similarity index 50%
|
| rename from LayoutTests/fast/scroll-behavior/precise-delta-no-animate-expected.txt
|
| rename to LayoutTests/fast/scroll-behavior/overflow-scroll-animates-expected.txt
|
| index f4f0693270a66135d1fe806d3e69953ab9a60f0a..7673f7be8ea242ca0bed6060cebb952cc45ead81 100644
|
| --- a/LayoutTests/fast/scroll-behavior/precise-delta-no-animate-expected.txt
|
| +++ b/LayoutTests/fast/scroll-behavior/overflow-scroll-animates-expected.txt
|
| @@ -1,8 +1,10 @@
|
| -Tests that a WebMouseWheelEvent with hasPreciseScrollingDeltas does not produce an animated scroll
|
| +Tests that overflow scrolls are animated, unless the wheel event has precise scrolling deltas.
|
|
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| +PASS element.scrollTop is not 80
|
| +PASS scrollDuration < 500 is true
|
| PASS element.scrollTop is 80
|
| PASS successfullyParsed is true
|
|
|
|
|