tor-browser

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

009.html (426B)


      1 <!doctype html>
      2 <html>
      3  <head>
      4    <title>Dropping selection onto dropzone with JS disabled</title>
      5  </head>
      6  <body>
      7 
      8    <ol>
      9      <li>Disable JavaScript</li>
     10      <li>Select some text in this sentence.</li>
     11      <li dropzone="copy string:text/plain">Drag the selection over this text.</li>
     12      <li>If supported by the platform, the mouse cursor should show the drop-allowed cursor.</li>
     13    </ol>
     14 
     15  </body>
     16 </html>