tor-browser

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

variable-fragmentainer-size-001.html (989B)


      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=1378294">
      4 <link rel="match" href="variable-fragmentainer-size-001-ref.html">
      5 <p>There should be three blue squares and three hotpink ones.</p>
      6 <!-- The first two inner fragmentainers are tall enough to allow a 20px tall
      7  table header / footer, but the last one isn't. -->
      8 <div style="columns:3; width:300px; gap:0; column-fill:auto; height:100px;">
      9  <div style="columns:1; column-fill:auto; height:250px;">
     10    <div style="display:table;">
     11      <div style="display:table-header-group; break-inside:avoid;">
     12        <div style="width:20px; height:20px; background:blue;"></div>
     13      </div>
     14      <div style="display:table-footer-group; break-inside:avoid;">
     15        <div style="width:20px; height:20px; background:hotpink;"></div>
     16      </div>
     17      <div style="height:130px;"></div>
     18    </div>
     19  </div>
     20 </div>