Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / events / wheelevent-in-scrolling-div-expected.txt
index c098132..f6ff29b 100644 (file)
@@ -1,6 +1,8 @@
 PASS successfullyParsed is true
 
 TEST COMPLETE
+PASS event.deltaY is window.expectedScrollTop
+PASS event.deltaX is window.expectedScrollLeft
 PASS event.wheelDeltaY is window.expectedScrollTop*-120
 PASS event.wheelDeltaX is window.expectedScrollLeft*-120
 PASS event.wheelDelta is window.expectedScrollTop*-120