final-border-spacing-at-fragmentainer-boundary.html (823B)
1 <!DOCTYPE html> 2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org"> 3 <link rel="help" href="https://www.w3.org/TR/css-break-3/#box-splitting"> 4 <link rel="match" href="../../reference/ref-filled-green-100px-square.xht"> 5 <p style="position:relative; z-index:1;">Test passes if there is a filled green square and <strong>no red</strong>.</p> 6 <div style="display:flow-root; margin-top:-20px;"> 7 <div style="position:relative; height:20px; background:white;"></div> 8 <div style="width:100px; overflow-x:clip;"> 9 <div style="columns:2; gap:0; column-fill:auto; width:200px; height:100px;"> 10 <div style="display:table; margin-top:-20px; border-spacing:0 20px; background:red;"> 11 <div style="width:100px; height:100px; background:green;"></div> 12 </div> 13 </div> 14 </div> 15 </div>