Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / plugins / mouse-capture-inside-shadow-expected.txt
blob0aa2e65ebc7c4e8ccc2b6e012ebb688fe23628f2
1 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.
2 Console
3 plugin.mousedown
4 plugin.mousemove
5 plugin.mouseup