WebCore/manual-tests/drag-caret.html
changeset 0 4f2f89ce4247
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/WebCore/manual-tests/drag-caret.html	Fri Sep 17 09:02:29 2010 +0300
@@ -0,0 +1,3 @@
+<p>This tests dragging over an input element, to make sure no drag-cursor is left behind.</p>
+<p><input></p>
+<p>Drag some text over the input element and make sure the Drag Caret disappears when the drag exits the input element. Per https://bugs.webkit.org/show_bug.cgi?id=26787</p>