tor-browser

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

placeholderposition2.html (487B)


      1 <!doctype html>
      2 <html>
      3  <head>
      4    <title>drag and drop - position of the placeholder for a dragged selection</title>
      5    <style type="text/css">
      6 p { cursor: default; }
      7    </style>
      8  </head>
      9  <body>
     10 
     11    <p>Select the first word in this sentence. Drag the selection downwards, using the pixel in the top-left corner of the selection highlight. When dragging, the top-left corner of the dragged placeholder should exactly match the position of the mouse cursor.</p>
     12 
     13  </body>
     14 </html>