Bug 36835

Summary: fast/events/platform-wheelevent-in-scrolling-div.html failed on Leopard Commit Bot
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: enrica, sullivan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   

Description Eric Seidel (no email) 2010-03-30 10:35:04 PDT
fast/events/platform-wheelevent-in-scrolling-div.html failed on Leopard Commit Bot

https://bugs.webkit.org/show_bug.cgi?id=36809#c3

This is the first time I've noticed this failure.

I suspect it's just a flaky test.  I'll attach the results from the bot shortly.

http://trac.webkit.org/browser/trunk/LayoutTests/fast/events/platform-wheelevent-in-scrolling-div.html
Comment 1 Eric Seidel (no email) 2010-03-30 10:36:11 PDT
--- /tmp/layout-test-results/fast/events/platform-wheelevent-in-scrolling-div-expected.txt      2010-03-30 10:32:16.000000000 -0700
+++ /tmp/layout-test-results/fast/events/platform-wheelevent-in-scrolling-div-actual.txt        2010-03-30 10:32:16.000000000 -0700
@@ -1,6 +1,6 @@
-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
+FAIL event.wheelDeltaY should be -600. Was 0.
+FAIL event.wheelDeltaX should be -360. Was -600.
+FAIL event.wheelDelta should be -360. Was -600.
+FAIL div.scrollTop should be 200. Was 0.
+FAIL div.scrollLeft should be 120. Was 200.