Index: third_party/WebKit/LayoutTests/fast/events/platform-wheelevent-paging-x-in-scrolling-div-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/events/platform-wheelevent-paging-x-in-scrolling-div-expected.txt b/third_party/WebKit/LayoutTests/fast/events/platform-wheelevent-paging-x-in-scrolling-div-expected.txt |
index 80e39b703ae212811ae9a7dde48f59928cfd5715..64f34eccaee2fb2e44b5568b1910505e5282fea2 100644 |
--- a/third_party/WebKit/LayoutTests/fast/events/platform-wheelevent-paging-x-in-scrolling-div-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/events/platform-wheelevent-paging-x-in-scrolling-div-expected.txt |
@@ -1,9 +1,8 @@ |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
PASS event.wheelDeltaY is 0 |
PASS event.wheelDeltaX is window.givenScrollLeft * -3 |
PASS event.wheelDelta is window.givenScrollLeft * -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 |