| OLD | NEW |
| 1 PASS event.wheelDeltaY is window.givenScrollTop * -3 | 1 PASS event.wheelDeltaY is window.givenScrollTop * -3 |
| 2 PASS event.wheelDeltaX is 0 | 2 PASS event.wheelDeltaX is 0 |
| 3 PASS event.wheelDelta is window.givenScrollTop * -3 | 3 PASS event.wheelDelta is window.givenScrollTop * -3 |
| 4 FAIL document.body.scrollTop should be 525. Was 560. | 4 FAIL document.scrollingElement.scrollTop should be 525. Was 560. |
| 5 PASS document.body.scrollLeft is window.expectedScrollLeft | 5 PASS document.scrollingElement.scrollLeft is window.expectedScrollLeft |
| 6 PASS successfullyParsed is true | 6 PASS successfullyParsed is true |
| 7 | 7 |
| 8 TEST COMPLETE | 8 TEST COMPLETE |
| 9 | 9 |
| OLD | NEW |