OLD | NEW |
| 1 PASS successfullyParsed is true |
| 2 |
| 3 TEST COMPLETE |
1 PASS event.wheelDeltaY is window.givenScrollTop * -3 | 4 PASS event.wheelDeltaY is window.givenScrollTop * -3 |
2 PASS event.wheelDeltaX is window.givenScrollLeft * -3 | 5 PASS event.wheelDeltaX is window.givenScrollLeft * -3 |
3 PASS event.wheelDelta is window.givenScrollTop * -3 | 6 PASS event.wheelDelta is window.givenScrollTop * -3 |
4 PASS div.scrollTop is window.expectedScrollTop | 7 PASS div.scrollTop is window.expectedScrollTop |
5 PASS div.scrollLeft is window.expectedScrollLeft | 8 PASS div.scrollLeft is window.expectedScrollLeft |
6 | 9 |
OLD | NEW |