Sign in
webkit
/
WebKit
/
5969b6f1f74632b1546edb27bd956b187c2c3d52
/
.
/
LayoutTests
/
fast
/
events
/
moving-text-should-fire-drop-and-dragend-events-expected.txt
blob: 41ae904d62132c21fc45192843de87d48da244b3 [
file
] [
log
] [
blame
]
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