WebCore/manual-tests/drag-move-in-search-field.html
changeset 0 4f2f89ce4247
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/WebCore/manual-tests/drag-move-in-search-field.html	Fri Sep 17 09:02:29 2010 +0300
@@ -0,0 +1,11 @@
+<p>Double-click the word "dolor" to select it, then drag the selection to
+between "lorem" and "ipsum". There should be no assertion failure in a
+debug build.</p>
+
+<input id="foo" type="search" value="lorem ipsum dolor">
+<script>
+function test()
+{
+
+}
+</script>