Files
servo/tests/wpt/web-platform-tests/html/editing/dnd/selection/107-1.html

8 lines
393 B
HTML

<!doctype html>
<title>Dragging selection breaks layout</title>
<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>
<p><input value="SelectAndDrag"/></p>
<script type="text/javascript">
document.getElementsByTagName('input')[0].select();
</script>
<noscript><p>Enable JavaScript and reload</p></noscript>