monolithic-content-with-forced-break-001.html (536B)
1 <!DOCTYPE html> 2 <link rel="help" href="https://www.w3.org/TR/css-break-3/#monolithic"> 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; column-fill:balance; gap:0; width:100px; background:red;"> 6 <div style="contain:size; height:50px; width:50px;"> 7 <div style="height:50px; background:green; break-after:column;"></div> 8 </div> 9 <div style="width:50px; height:150px; background:green;"></div> 10 </div>