tor-browser

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

769303-1.html (855B)


      1 <html class="reftest-wait">
      2 <style>
      3 p::first-letter {
      4    float: left;
      5    }
      6 p:before {
      7    content: counter(e2);
      8    }
      9 p:not([type=image]) {
     10    float: left;
     11    -moz-appearance: radio;
     12 }
     13 </style>
     14 <p id=test1><script>
     15 function initCF() {
     16 document.removeEventListener("DOMContentLoaded", initCF);
     17 test2 = test1.cloneNode(false);
     18 test3 = test2.cloneNode(false);
     19 document.documentElement.appendChild(test3);
     20 setTimeout("CFcrash()", 21);
     21 }
     22 document.addEventListener("DOMContentLoaded", initCF);
     23 window.onload = initCF;
     24 
     25 var gCallCount = 0;
     26 function CFcrash() {
     27 test3.appendChild(document.createTextNode(" bBCV5.3kvwoaU O8k l i!4c`Ei;N-#/ Qg QBZi$8A [8xlL#cN U4l  !%lP   S% Z9[H } {2Jk A00F8 TjQQ1KHx zf   k]F-G ,%lz8?@ 2ZB!-"));
     28 window.scrollBy(-463, -480);
     29 if (++gCallCount == 2) {
     30  document.documentElement.classList.remove("reftest-wait");
     31 }
     32 }
     33 </script>