table-cell-expansion-002.html (489B)
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; height: 200px;"> 7 <div style="width: 50px; height: 200%;"></div> 8 </div> 9 </div>