section-with-overflow-002.html (1722B)
1 <!DOCTYPE html> 2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org"> 3 <link rel="help" href="https://www.w3.org/TR/css-break-3/#parallel-flows"> 4 <link rel="help" href="https://www.w3.org/TR/CSS22/tables.html#table-display"> 5 <link rel="match" href="../../reference/ref-filled-green-100px-square.xht"> 6 <p>Test passes if there is a filled green square and <strong>no red</strong>.</p> 7 <div style="columns:4; column-gap:0; column-fill:auto; width:100px; height:100px; background:red;"> 8 <div style="display:table; width:100%;"> 9 <div style="display:table-caption; caption-side:bottom;"> 10 <div style="width:25px; height:40px; background:green;"> 11 </div> 12 </div> 13 <div style="display:table-footer-group;"> 14 <div style="display:table-cell; vertical-align:top;"> 15 <div style="height:240px;"></div> 16 </div> 17 </div> 18 <div style="display:table-caption;"> 19 <div style="width:25px; height:40px; background:green;"> 20 <div style="height:220px;"></div> 21 <div style="height:60px; background:green;"></div> 22 </div> 23 </div> 24 <div style="display:table-row-group;"> 25 <div style="display:table-cell; vertical-align:top;"> 26 <div style="height:40px; background:green;"> 27 <div style="height:40px;"></div> 28 <div style="height:100px; background:green;"></div> 29 </div> 30 </div> 31 </div> 32 <div style="display:table-header-group;"> 33 <div style="display:table-cell; vertical-align:top;"> 34 <div style="height:40px; background:green;"> 35 <div style="height:240px;"></div> 36 <div style="height:80px; background:green;"></div> 37 </div> 38 </div> 39 </div> 40 </div> 41 </div>