tor-browser

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

840480.html (1472B)


      1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
      2 <HTML>
      3 <BODY>
      4 <CENTER ID="Test-CENTER">
      5 </CENTER>
      6 <BR />
      7 <B ID="Test-B" ></B>
      8 <BR />
      9 <DL>
     10  <DT ID="Test-DT" CLASS="DT-class"></DT>
     11 </DL>
     12 <SPAN ID="Test-SPAN" CLASS="SPAN-class"></SPAN>
     13 <DFN ID="Test-DFN" >
     14        <VAR ID="Test-VAR"></VAR>
     15        <CITE ID="Test-CITE">Boom</CITE>
     16 </DFN>
     17 <ABBR ID="Test-ABBR" ></ABBR>
     18 <script type="text/javascript"> 
     19 
     20 document.head.appendChild(document.createElement("style"));
     21 var styleSheet0 = document.styleSheets[0];
     22 
     23 var test0=document.getElementById("Test-DT")
     24 var test4=document.getElementById("Test-DFN")
     25 var test5=document.getElementById("Test-CENTER")
     26 var test7=document.getElementById("Test-B")
     27 var test18=document.getElementById("Test-ABBR")
     28 var test19=document.getElementById("Test-SPAN")
     29 
     30 for(x=0;x<14;x++){
     31  test18.appendChild(test5.cloneNode(true));
     32 test18.appendChild(test7);
     33 test19.appendChild(test4.cloneNode(true));
     34 }
     35 
     36 styleSheet0.insertRule('.U-class,.DT-class,.SPAN-class,.I-class{display: table-caption; content: counter(c, binary); counter-increment:c;}',0);
     37 window.scrollTo(688,835)
     38 styleSheet0.insertRule('#Test-SPAN,#Test-NOFRAMES,#Test-CITE,#Test-EM{list-style-type:upper-roman; transition-property:none; transform:rotate(-90deg) translate(-2em, -18em); background-clip:border-box; border-collapse:collapsed; }',0);
     39 test7.style.setProperty('overflow','hidden','important');
     40 test7.appendChild(test0.cloneNode(true));
     41 </script>
     42 
     43 </BODY>
     44 </HTML>