tor-browser

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

alttab.html (562B)


      1 <!doctype html>
      2 <html>
      3  <head>
      4    <title>drag and drop - alt+tab while dragging</title>
      5  </head>
      6  <body>
      7 
      8    <p>This test is only relevant on platforms where alt+tab (or some equivalent) switches applications.</p>
      9    <p>Ensure that at least one other application is open. Select this text. Drag the selection downwards a little, then alt+tab (or your system's equivalent) to the other application. Pass if the drag placeholder continues to follow the mouse/pointing device. Release the drag. Pass if the drag placeholder disappears.</p>
     10 
     11  </body>
     12 </html>