| OLD | NEW |
| 1 PASS event.wheelDeltaY is window.expectedScrollTop*-3 |
| 2 PASS event.wheelDeltaX is window.expectedScrollLeft*-3 |
| 3 PASS event.wheelDelta is window.expectedScrollTop*-3 |
| 4 PASS div.scrollTop == window.expectedScrollTop && div.scrollLeft == window.expec
tedScrollLeft 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*-3 | |
| 5 PASS event.wheelDeltaX is window.expectedScrollLeft*-3 | |
| 6 PASS event.wheelDelta is window.expectedScrollTop*-3 | |
| 7 PASS div.scrollTop is window.expectedScrollTop | |
| 8 PASS div.scrollLeft is window.expectedScrollLeft | |
| 9 | 8 |
| OLD | NEW |