tor-browser

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

clear-float-in-size-containment-crash.html (421B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
      3 <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1308247">
      4 <div style="columns:2; column-fill:auto; height:100px;">
      5  <div style="float:left; width:10px; height:150px;"></div>
      6  <div style="contain:size;">
      7    <div style="float:left; clear:left; width:10px; height:10px;"></div>
      8  </div>
      9 </div>