tor-browser

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

file_window_focus_by_close_and_open.html (186B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <script src="/tests/SimpleTest/SimpleTest.js"></script>
      5 </head>
      6 <body>
      7 <script>
      8 SimpleTest.waitForFocus(() => {
      9  finished();
     10 });
     11 </script>
     12 </body>
     13 </html>