soft-break-before-margin-001.html (829B)
1 <!DOCTYPE html> 2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org"> 3 <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1457515"> 4 <link rel="match" href="../reference/ref-filled-green-100px-square.xht"> 5 <p>Test passes if there is a filled green square and <strong>no red</strong>.</p> 6 <div style="width:100px; columns:2; gap:0; column-fill:auto; line-height:20px; height:100px; orphans:1; widows:1; background:red;"> 7 <div style="height:80px; background:green;"></div> 8 <div style="display:grid;"> 9 <div> 10 <span> 11 <div style="display:inline-block; vertical-align:top; width:100%; height:20px; background:green;"></div> 12 <div style="margin-top:33px; break-inside:avoid; height:100px; background:green;"></div> 13 </span> 14 </div> 15 </div> 16 </div>