tor-browser

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

text-wrap-balance-float-crash.html (165B)


      1 <!DOCTYPE html>
      2 <style>
      3 div {
      4  width: 3em;
      5  border: thin solid;
      6  white-space: balance;
      7 }
      8 .float { float: left; }
      9 </style>
     10 <div class="float">2</div>
     11 <div>3</div>