blob: 909023418e063b22527bcaffc9f271b155978690 [file] [edit]
<!-- webkit-test-runner [ BlocksInInlineLayoutEnabled=true ] -->
<div style="columns:2; width:100px; gap:0; orphans:1; widows:1; background:red;">
<div style="float:left; width:50px; height:180px; background:green;"></div>
<span>
<div style="column-span:all; height:10px; background:green;"></div>
</span>
</div>