| Index: third_party/WebKit/LayoutTests/fast/events/platform-wheelevent-paging-y-in-scrolling-div-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/events/platform-wheelevent-paging-y-in-scrolling-div-expected.txt b/third_party/WebKit/LayoutTests/fast/events/platform-wheelevent-paging-y-in-scrolling-div-expected.txt
|
| index 21f104a7faf36d8e5e2368de3247ffb03cfaa9ae..0468b3edb769b3a5d11ee6580da4cb7443b7d7d5 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/events/platform-wheelevent-paging-y-in-scrolling-div-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/events/platform-wheelevent-paging-y-in-scrolling-div-expected.txt
|
| @@ -1,9 +1,8 @@
|
| -PASS successfullyParsed is true
|
| -
|
| -TEST COMPLETE
|
| PASS event.wheelDeltaY is window.givenScrollTop * -3
|
| PASS event.wheelDeltaX is 0
|
| PASS event.wheelDelta is window.givenScrollTop * -3
|
| -PASS div.scrollTop is window.expectedScrollTop
|
| -PASS div.scrollLeft is window.expectedScrollLeft
|
| +PASS div.scrollTop == window.expectedScrollTop && div.scrollLeft == window.expectedScrollLeft became true
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
|
|
|
|