Video is not started even if play button has been pressed.
[framework/web/webkit-efl.git] / LayoutTests / fast / events / mouse-drag-from-frame-expected.txt
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.
2
3 Drag started
4 Received mouse move
5 Received mouseup event
6 PASS!