summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/manual-tests/drag-move-in-search-field.html
blob: 4bb720aca4f6c3e22a4eff5dd0eac94fbe0e045d (plain)
1
2
3
4
5
6
7
8
9
10
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>