tor-browser

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

file_resize_move_windows_2.html (226B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4  <title>Helper file for test_resize_move_windows.html</title>
      5 </head>
      6 <body>
      7 <script>
      8 function check(next) {
      9  window.opener.checkChangeIsDisabled(window).then(next);
     10 }
     11 </script>
     12 </body>
     13 </html>