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