haikuwebkit/LayoutTests/fast/events/moving-text-should-fire-dro...

9 lines
269 B
Plaintext

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.
Log:
source:dragstart
destination:drop
source:dragend
PASS