tor-browser

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

347355-1-inner.xhtml (517B)


      1 <html xmlns="http://www.w3.org/1999/xhtml">
      2 <head>
      3 <script>
      4 
      5 function foo()
      6 {
      7  var mrow = document.getElementById("mrow")
      8 
      9  mrow.parentNode.removeChild(mrow);
     10 }
     11 
     12 </script>
     13 </head>
     14 
     15 <body onload="setTimeout(foo, 100)">
     16 
     17 <div>
     18 <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
     19  <mrow id="mrow">
     20    <mtd><img xmlns="http://www.w3.org/1999/xhtml" src="347355-1.gif" /></mtd>
     21    <mtable>      <mtr>         <mtd><mi>t</mi></mtd>      </mtr>    </mtable>
     22  </mrow>
     23 </math>
     24 </div>
     25 
     26 </body>
     27 
     28 </html>