single-line-column-flex-fragmentation-040-ref.html (544B)
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-flow: column; height: 200px;"> 5 <div style="height: 50px; width: 50px; background: yellow;"></div> 6 <div style="height: 50px; width: 50px; background: purple;"></div> 7 <div style="height: 50px; width: 50px; background: blue;"></div> 8 <div style="height: 50px; width: 50px; background: orange;"></div> 9 </div> 10 </div>