tor-browser

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

431260-2.html (646B)


      1 <html class="reftest-wait"><head><style>
      2  title::first-letter {}
      3  title {
      4    display: inline;
      5    float: left;
      6    font-size: 16px;
      7  }
      8 </style>
      9 <script>
     10  function boom() {
     11    document.documentElement.innerHTML = document.documentElement.innerHTML;
     12    document.documentElement.removeAttribute("class");
     13  }
     14 </script>
     15 <title>
     16 a
     17 b
     18 &#1593
     19 c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c
     20 c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c
     21 c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c
     22 </title></head>
     23 <script>
     24 setTimeout(boom, 0);
     25 </script>
     26 </html>