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
--- /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.