single-line-column-flex-fragmentation-046.html (705B)
1 <!DOCTYPE html> 2 <link rel="help" href="https://drafts.csswg.org/css-flexbox-1/#pagination"> 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="margin-left:-100px; columns:2; height:200px; width:200px; column-gap:0; column-fill:auto;"> 6 <div style="height:199px;"></div> 7 <div style="display:flex; flex-direction:column;"> 8 <div style="columns:2; width:100%; column-gap:0; background:red; line-height:0;"> 9 <div style="display:inline-block; width:100%; height:20px; background:green;"></div> 10 <div style="height:180px; background:green;"></div> 11 </div> 12 </div> 13 </div>