table-cell-expansion-001.html (568B)
1 <!DOCTYPE html> 2 <link rel="help" href="https://drafts.csswg.org/css-tables-3/#fragmentation"> 3 <link rel="match" href="../../reference/ref-filled-green-100px-square.xht"> 4 <p>Test passes if there is a filled green square and <strong>no red</strong>.</p> 5 <div style="columns: 2; gap: 0; column-fill: auto; height: 100px; width: 100px; background: red;"> 6 <div style="display: table-cell; background: green;"> 7 <div style="height: 70px; width: 50px; break-inside: avoid;"></div> 8 <div style="height: 100px; width: 50px; break-inside: avoid;"></div> 9 </div> 10 </div>