multi-line-row-flex-fragmentation-047-ref.html (546B)
1 <!DOCTYPE html> 2 <link rel="help" href="https://drafts.csswg.org/css-flexbox-1/#pagination"> 3 <div style="width: 100px; height: 100px; columns: 2; column-fill: auto; column-gap: 0;"> 4 <div style="display: flex; flex-wrap: wrap; height: 200px;"> 5 <div style="height: 100px; width: 25px; background: blue;"></div> 6 <div style="height: 100px; width: 25px; background: orange;"></div> 7 <div style="height: 100px; width: 25px; background: yellow;"></div> 8 <div style="height: 100px; width: 25px; background: purple;"></div> 9 </div> 10 </div>