tor-browser

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

444861-1.html (601B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <script type="text/javascript">
      5 
      6 function boom()
      7 {
      8  document.getElementById("a").style.padding = "4643853%";
      9  document.getElementById("a").style.counterIncrement = "a";
     10  document.documentElement.offsetHeight;
     11  document.getElementById("a").style.width = "1px";
     12 }
     13 
     14 </script>
     15 </head>
     16 
     17 <body onload="boom();"><div style="width: 430px;"><div id="a"><img style="float: left; margin-right: 15px; margin-top: 5px;">A B</div><div><li style="width: 45%; float: left;"></li><div style="float: left;"><span style="padding-left: 22px;"></span></div></div></div></body>
     18 </html>