tor-browser

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

balanced-inner-multicol.html (675B)


      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=1378657">
      4 <link rel="match" href="balanced-inner-multicol-ref.html">
      5 <p>There should be 6 small blue squares below.</p>
      6 <div style="columns:3; gap:0; column-fill:auto; width:300px; height:100px;">
      7  <div style="columns:2; gap:0; max-height:260px;">
      8    <div style="display:table;">
      9      <div style="display:table-footer-group; break-inside:avoid;">
     10        <div style="width:10px; height:10px; background:blue;"></div>
     11      </div>
     12      <div style="height:460px;"></div>
     13    </div>
     14  </div>
     15 </div>