multicol-fill-balance-030.html (1192B)
1 <!DOCTYPE html> 2 <title>Nested balanced multicol with forced break inside overflowed container</title> 3 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org"> 4 <link rel="help" href="https://issues.chromium.org/issues/396176635"> 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:2; gap:0; column-fill:auto; width:80px; border-right:20px solid green; height:100px; background:red;"> 8 <div style="columns:2; gap:0;"> 9 <div style="height:40px; background:green;"></div> 10 <div style="height:10px; background:red;"> 11 <div style="margin-left:auto; width:50%; height:180px; background:green;"> 12 <div style="height:10px; width:100%; margin-left:-100%; background:green;"></div> 13 </div> 14 <div style="break-before:column; height:10px; background:red;"></div> 15 </div> 16 <div style="width:50%; height:250px;"> 17 <div style="height:170px; background:green;"></div> 18 <div style="width:200%; height:80px; background:green;"></div> 19 </div> 20 <div style="height:100px; background:green;"></div> 21 </div> 22 </div>