commit-queue@webkit.org | f190377 | 2011-11-05 00:51:23 +0000 | [diff] [blame] | 1 | PASS event.wheelDeltaY is window.givenScrollTop * -3 |
2 | PASS event.wheelDeltaX is 0 | ||||
3 | PASS event.wheelDelta is window.givenScrollTop * -3 | ||||
4 | PASS document.body.scrollTop is window.expectedScrollTop | ||||
5 | PASS document.body.scrollLeft is window.expectedScrollLeft | ||||
6 |