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