tor-browser

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

repeated-table-footer-in-caption-nested-multicol.html (507B)


      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=1354966">
      4 <div style="columns:2; column-fill:auto; height:100px;">
      5  <div style="display:table;">
      6    <div style="display:table-caption; columns:2; column-fill:auto; height:50px;">
      7      <div style="display:table;">
      8        <div style="display:table-footer-group; break-inside:avoid;"></div>
      9      </div>
     10    </div>
     11  </div>
     12 </div>