| OLD | NEW |
| 1 | 1 |
| 2 This tests whether scrolling still works correctly when an overlay scrollbar is
over a plugin. Clicking on the overlay scrollbar should cause it to activate and
capture input. | 2 This tests whether scrolling still works correctly when an overlay scrollbar is
over a plugin. Clicking on the overlay scrollbar should cause it to activate and
capture input. |
| 3 | 3 |
| 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 5 | 5 |
| 6 | 6 |
| 7 PASS eventHistory.length is 2 | 7 PASS eventHistory.length is 0 |
| 8 PASS eventHistory[0] is "plugin.mousedown" | |
| 9 PASS eventHistory[1] is "plugin.mouseup" | |
| 10 PASS window.scrollY > 0 is true | 8 PASS window.scrollY > 0 is true |
| 11 PASS successfullyParsed is true | 9 PASS successfullyParsed is true |
| 12 | 10 |
| 13 TEST COMPLETE | 11 TEST COMPLETE |
| 14 | 12 |
| OLD | NEW |