OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <p>Check that a flexbox that starts at a column boundary is properly pushed to t
he next column.</p> | 2 <p>Check that a flexbox that starts at a column boundary is properly pushed to t
he next column.</p> |
3 <p>The word "PASS" should be seen below.</p> | 3 <p>The word "PASS" should be seen below.</p> |
4 <div style="-webkit-columns:2; -webkit-column-gap:0; column-fill:auto; height:90
px;"> | 4 <div style="-webkit-columns:2; -webkit-column-gap:0; column-fill:auto; height:90
px;"> |
5 <div style="height:80px;"></div> | 5 <div style="height:80px;"></div> |
6 <div style="display:flex;"> | 6 <div style="display:flex;"> |
7 <div>PA</div><div>SS</div> | 7 <div><div>PASS</div></div> |
8 </div> | 8 </div> |
9 </div> | 9 </div> |
OLD | NEW |