chromium/third_party/blink/web_tests/fast/events/moving-text-should-fire-drop-and-dragend-events-expected.txt

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.

Log:
dragstart
drop
dragend

PASS