blob: 0cfa42b7d3308acbf1d451ed17970d1c1132769e [file] [log] [blame]
<!DOCTYPE html>
<p>Check that a flexbox that starts at a column boundary is properly pushed to the next column.</p>
<p>The word "PASS" should be seen below.</p>
<div style="-webkit-columns:2; -webkit-column-gap:0; column-fill:auto; height:90px;">
<div style="height:80px;"></div>
<div style="display:flex;">
<div>PA</div><div>SS</div>
</div>
</div>