Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / mouse-drag-from-frame-expected.txt
blob613f4b86ff7444502797cd19cc6a56f4db253d8b
1 This tests that dragging from an element that returns false from its mousedown handler will not let the subsequent mousemove events be captured by the containing frame.
3 Drag started
4 Received mouse move
5 Received mouseup event
6 PASS!