Index: third_party/WebKit/LayoutTests/fast/events/continuous-platform-wheelevent-in-scrolling-div-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/events/continuous-platform-wheelevent-in-scrolling-div-expected.txt b/third_party/WebKit/LayoutTests/fast/events/continuous-platform-wheelevent-in-scrolling-div-expected.txt |
index 76662f26609d0dcf5d74a61f4febe853eaba8b6c..61fd43326cd158df019582d28502679a7ea7e943 100644 |
--- a/third_party/WebKit/LayoutTests/fast/events/continuous-platform-wheelevent-in-scrolling-div-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/events/continuous-platform-wheelevent-in-scrolling-div-expected.txt |
@@ -1,9 +1,8 @@ |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
PASS event.wheelDeltaY is window.expectedScrollTop*-3 |
PASS event.wheelDeltaX is window.expectedScrollLeft*-3 |
PASS event.wheelDelta is window.expectedScrollTop*-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 |