OLD | NEW |
---|---|
(Empty) | |
1 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 | |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". | |
4 | |
5 | |
6 PASS successfullyParsed is true | |
7 | |
8 TEST COMPLETE | |
9 PASS window.eventHistory.length is 2 | |
10 PASS window.eventHistory[0] is "plugin.mousedown" | |
11 PASS window.eventHistory[1] is "plugin.mouseup" | |
12 PASS window.scrollY is not 0 | |
13 | |
14 | |
OLD | NEW |