| OLD | NEW |
| 1 | 1 |
| 2 This tests whether scrolling still works correctly when an overlay scrollbar is
over a plugin. The plugin should still receive mouse down/up events when clickin
g an overlay scrollbar. Scrolling should still work correctly too. However mouse
capture should not be started on the plugin as this would interfere with events
going to the scrollbar. | 2 This tests whether scrolling still works correctly when an overlay scrollbar is
over a plugin. The plugin should still receive mouse down/up events when clickin
g an overlay scrollbar. Scrolling should still work correctly too. However mouse
capture should not be started on the plugin as this would interfere with events
going to the scrollbar. |
| 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 FAIL eventHistory.length should be 2. Was 3. |
| 8 PASS eventHistory[0] is "plugin.mousedown" | 8 PASS eventHistory[0] is "plugin.mousedown" |
| 9 PASS eventHistory[1] is "plugin.mouseup" | 9 FAIL eventHistory[1] should be plugin.mouseup. Was plugin.mousemove. |
| 10 PASS window.scrollY is not 0 | 10 FAIL window.scrollY should not be 0. |
| 11 PASS successfullyParsed is true | 11 PASS successfullyParsed is true |
| 12 | 12 |
| 13 TEST COMPLETE | 13 TEST COMPLETE |
| 14 | 14 |
| OLD | NEW |