avoid-border-break.html (557B)
1 <!DOCTYPE html> 2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org"> 3 <link rel="help" href="https://drafts.csswg.org/css-break/#possible-breaks"> 4 <link rel="match" href="../reference/ref-filled-green-100px-square-only.html"> 5 <p>Test passes if there is a filled green square.</p> 6 <div style="margin-left:-100px; columns:2; column-fill:auto; column-gap:0; width:200px; height:200px;"> 7 <div style="height:175px;"></div> 8 <div style="border:30px solid green; box-sizing:border-box; height:100px; background:green;"></div> 9 </div>