author | Andreea Pavel <apavel@mozilla.com> |
Fri, 27 May 2022 00:35:53 +0300 | |
changeset 619000 | f392452506ec9d23229240ca347a84bbf3ac1975 |
parent 203642 | 891ab4bd814a1a4b9b83fa6b40bceb8aa2e4e46a |
permissions | -rw-r--r-- |
<!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>