| OLD | NEW |
| 1 PASS event.wheelDeltaY is window.expectedScrollTop*-120 |
| 2 PASS event.wheelDeltaX is window.expectedScrollLeft*-120 |
| 3 PASS event.wheelDelta is window.expectedScrollTop*-120 |
| 4 PASS div.scrollTop == expectedScrollTop*40 && div.scrollLeft == expectedScrollLe
ft*40 became true |
| 1 PASS successfullyParsed is true | 5 PASS successfullyParsed is true |
| 2 | 6 |
| 3 TEST COMPLETE | 7 TEST COMPLETE |
| 4 PASS event.wheelDeltaY is window.expectedScrollTop*-120 | |
| 5 PASS event.wheelDeltaX is window.expectedScrollLeft*-120 | |
| 6 PASS event.wheelDelta is window.expectedScrollTop*-120 | |
| 7 PASS div.scrollTop is window.expectedScrollTop*window.pixelsPerWheelTick | |
| 8 PASS div.scrollLeft is window.expectedScrollLeft*window.pixelsPerWheelTick | |
| 9 | 8 |
| OLD | NEW |