tor-browser

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

469859-1.xhtml (566B)


      1 <html xmlns="http://www.w3.org/1999/xhtml">
      2 <head>
      3 <style id="ss" type="text/css">
      4 
      5 #o {
      6  height: 65px;
      7 }
      8 
      9 </style>
     10 <script type="text/javascript">
     11 
     12 function boom()
     13 {
     14  document.getElementById("ss").disabled = true;
     15  document.documentElement.offsetHeight;
     16  document.getElementById("ss").disabled = false;
     17 }
     18 
     19 </script>
     20 </head>
     21 <body onload="boom();">
     22 
     23 <div style="column-width: 0;">
     24  <colgroup></colgroup>
     25  <div>
     26    <div id="o" style="float: left;"></div>
     27    <div style="clear: both;">A B<div style="float: left;"></div></div>
     28  </div>
     29 </div>
     30 
     31 </body>
     32 </html>