tor-browser

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

367489-1-ref.html (212B)


      1 <html>
      2 <head>
      3 
      4 <script>
      5 function boom()
      6 {
      7  document.getElementById("s").style.overflow = "auto";
      8 }
      9 </script>
     10 
     11 </head>
     12 <body onload="boom();">
     13 
     14 <div id="fl">
     15  <b><span id="s">Foo</a></b>
     16 </div>
     17 
     18 </body>
     19 </html>