blob: 0aa2e65ebc7c4e8ccc2b6e012ebb688fe23628f2 [file] [log] [blame]
This tests that mousedown captures the mouse correctly for a plugin object and continues to send events even if the mouse moves outside of the bounds of the plugin. On a successful run, plugin will see mousedown, followed by a mousemove, followed by a mouseup.
Console
plugin.mousedown
plugin.mousemove
plugin.mouseup