Video is not started even if play button has been pressed.
[framework/web/webkit-efl.git] / LayoutTests / fast / events / moving-text-should-fire-drop-and-dragend-events-2-expected.txt
1 This tests dragging text within the same contenteditable element. To manually test, move the target below to the destination. You should see source:dragstart, destination:drop, and source:dragend in the log.
2
3 Log:
4 source:dragstart
5 destination:drop
6 source:dragend
7
8 PASS