summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/manual-tests/drag-caret.html
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/manual-tests/drag-caret.html')
-rw-r--r--Source/WebCore/manual-tests/drag-caret.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/WebCore/manual-tests/drag-caret.html b/Source/WebCore/manual-tests/drag-caret.html
new file mode 100644
index 0000000..4334ab2
--- /dev/null
+++ b/Source/WebCore/manual-tests/drag-caret.html
@@ -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>