tor-browser

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

selection-ui-to-self.html (724B)


      1 <!doctype html>
      2 <html>
      3  <head>
      4    <title>Dragging text from UI widgets to themselves</title>
      5  </head>
      6  <body>
      7 
      8    <ol>
      9      <li>Select all text in the address bar.</li>
     10      <li>Drag the selection around a little, and release it over the address bar again.</li>
     11      <li>Try to select the text in this sentence.</li>
     12      <li>Pass if:<ol>
     13        <li>A visible representation of the selected text appears to be dragged.</li>
     14        <li>The mouse cursor shows that the drop will be allowed over the address bar.</li>
     15        <li>The text on this page can be selected afterwards.</li>
     16      </ol></li>
     17      <li>Repeat the test with other UI text inputs as drag source/destination.</li>
     18    </ol>
     19 
     20  </body>
     21 </html>