initial import
[vuplus_webkit] / Source / WebCore / manual-tests / drag-move-in-search-field.html
1 <p>Double-click the word "dolor" to select it, then drag the selection to
2 between "lorem" and "ipsum". There should be no assertion failure in a
3 debug build.</p>
4
5 <input id="foo" type="search" value="lorem ipsum dolor">
6 <script>
7 function test()
8 {
9
10 }
11 </script>