[Release] Webkit-EFL Ver. 2.0_beta_118996_0.6.22
[framework/web/webkit-efl.git] / LayoutTests / fast / events / moving-text-should-fire-drop-and-dragend-events-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 dragstart, drop, and dragend in the log.
2
3 Log:
4 dragstart
5 drop
6 dragend
7
8 PASS