107-1.html (393B)
1 <!doctype html> 2 <title>Dragging selection breaks layout</title> 3 <p>Select all text in the input below, drag it downwards a little, and release it. Pass if you can still edit the contents of the input.</p> 4 <p><input value="SelectAndDrag"/></p> 5 <script type="text/javascript"> 6 document.getElementsByTagName('input')[0].select(); 7 </script> 8 <noscript><p>Enable JavaScript and reload</p></noscript>