| OLD | NEW |
| 1 TOP TOP TOP TOP TOP TOP TOP TOP TOP TOP TOP TOP TOP TOP | 1 TOP TOP TOP TOP TOP TOP TOP TOP TOP TOP TOP TOP TOP TOP |
| 2 Scroll mouse wheel over here | 2 Scroll mouse wheel over here |
| 3 Scroll mouse wheel over here | 3 Scroll mouse wheel over here |
| 4 Scroll mouse wheel over here | 4 Scroll mouse wheel over here |
| 5 Scroll mouse wheel over here | 5 Scroll mouse wheel over here |
| 6 Scroll mouse wheel over here | 6 Scroll mouse wheel over here |
| 7 Scroll mouse wheel over here | 7 Scroll mouse wheel over here |
| 8 END END END END END END END END END END END END END END | 8 END END END END END END END END END END END END END END |
| 9 Tests the basic functionality of the standard wheel event | 9 Tests the basic functionality of the standard wheel event |
| 10 | 10 |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 PASS testDiv.onwheel is null | 21 PASS testDiv.onwheel is null |
| 22 PASS testEvent.__proto__ is WheelEvent.prototype | 22 PASS testEvent.__proto__ is WheelEvent.prototype |
| 23 PASS testEvent.__proto__.__proto__ is MouseEvent.prototype | 23 PASS testEvent.__proto__.__proto__ is MouseEvent.prototype |
| 24 PASS testEvent.deltaZ is 0 | 24 PASS testEvent.deltaZ is 0 |
| 25 PASS testEvent.deltaMode is WheelEvent.DOM_DELTA_PIXEL | 25 PASS testEvent.deltaMode is WheelEvent.DOM_DELTA_PIXEL |
| 26 PASS deltaX > 0 && deltaY > 0 && deltaX == testDiv.scrollLeft && deltaY == testD
iv.scrollTop became true | 26 PASS deltaX > 0 && deltaY > 0 && deltaX == testDiv.scrollLeft && deltaY == testD
iv.scrollTop became true |
| 27 PASS successfullyParsed is true | 27 PASS successfullyParsed is true |
| 28 | 28 |
| 29 TEST COMPLETE | 29 TEST COMPLETE |
| 30 | 30 |
| OLD | NEW |