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