tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

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>