tor-browser

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

1838484.html (471B)


      1 <html class="reftest-wait">
      2  <script>
      3  let pp;
      4  let num = 0;
      5  window.addEventListener("MozReftestInvalidate", finish);
      6  window.requestIdleCallback(() => {
      7    pp = SpecialPowers.wrap(self).printPreview();
      8    pp?.print();
      9    finish();
     10  });
     11  function finish() {
     12    num++;
     13    if (num < 2) {
     14      return;
     15    }
     16    setTimeout(function() {
     17      pp.close();
     18      document.documentElement.className = "";
     19    }, 0);
     20  }
     21  </script>
     22  <template></template>
     23 </html>