Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / moving-text-should-fire-drop-and-dragend-events-2-expected.txt
blob9787035e06258d59622b580f42d45c198859d710
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.
3 Log:
4 source:dragstart
5 destination:drop
6 source:dragend
8 PASS