tor-browser

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

1453342.html (902B)


      1 <html class="reftest-wait">
      2 <style id='style'>
      3  :first-of-type {
      4    grid-column-gap: initial;
      5    outline-width: 68.8101389898pc;
      6    text-decoration: inherit;
      7    font-variant-ligatures: inherit;
      8    display: contents;
      9    mix-blend-mode: color;
     10    will-change: hyphens;
     11  }
     12 </style>
     13 <script>
     14  function frameLoader() {
     15    this.contentDocument.writeln("<svg><set attributeName='w'>");
     16    document.getElementById('style').type = document.getElementById('style').type;
     17    document.documentElement.classList.remove("reftest-wait");
     18  }
     19 
     20  function start() {
     21    // DDBEGIN
     22    o1 = document.createElementNS('http://www.w3.org/1998/Math/MathML', 'mroot');
     23    o2 = document.createElement('frame');
     24    o2.addEventListener('load', frameLoader);
     25    document.documentElement.appendChild(o1);
     26    document.documentElement.appendChild(o2);
     27  }
     28  window.addEventListener('load', start)
     29 </script>
     30 </html>