tor-browser

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

taskbarminimise.html (568B)


      1 <!doctype html>
      2 <html>
      3  <head>
      4    <title>drag and drop - minimising using the taskbar</title>
      5  </head>
      6  <body>
      7 
      8    <p>This test is only relevant on platforms where dragging over the taskbar (or a specific button on it) will minimise all applications.</p>
      9    <p>Select this text. Drag the selection downwards, over a blank part of the system taskbar (or a minimise-all button if provided by the system). Hold the drag until all applications have minimised, then drag upwards over the desktop. Pass if the drag placeholder is still visible.</p>
     10 
     11  </body>
     12 </html>