WebCore/manual-tests/drag-move-in-search-field.html
changeset 0 4f2f89ce4247
equal deleted inserted replaced
-1:000000000000 0:4f2f89ce4247
       
     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>