multicol-fill-balance-029.html (539B)
1 <!DOCTYPE html> 2 <link rel="help" href="https://issues.chromium.org/issues/324314465"> 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="display: flex; width: 100px; height: 100px; background: red;"> 6 <div style="columns: 1; width: 50px; gap: 0;"> 7 <div style="break-inside: avoid; background: green; height: 100px;"></div> 8 <div style="break-inside: avoid; background: green; height: 100px;"></div> 9 </div> 10 </div>