Index: third_party/WebKit/LayoutTests/fast/events/platform-wheelevent-in-scrolling-div-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/events/platform-wheelevent-in-scrolling-div-expected.txt b/third_party/WebKit/LayoutTests/fast/events/platform-wheelevent-in-scrolling-div-expected.txt |
index d8e049f735de12f7c83b2c3633ebec67eac78ab3..86c25fa72dc669f83cc90666a4251f6913bc76ac 100644 |
--- a/third_party/WebKit/LayoutTests/fast/events/platform-wheelevent-in-scrolling-div-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/events/platform-wheelevent-in-scrolling-div-expected.txt |
@@ -1,9 +1,8 @@ |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
PASS event.wheelDeltaY is window.expectedScrollTop*-120 |
PASS event.wheelDeltaX is window.expectedScrollLeft*-120 |
PASS event.wheelDelta is window.expectedScrollTop*-120 |
-PASS div.scrollTop is window.expectedScrollTop*window.pixelsPerWheelTick |
-PASS div.scrollLeft is window.expectedScrollLeft*window.pixelsPerWheelTick |
+PASS div.scrollTop == expectedScrollTop*40 && div.scrollLeft == expectedScrollLeft*40 became true |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |