block-in-inline-with-spanner-in-overflowed-parent-nested-multicol.html (596B)
1 <!DOCTYPE html> 2 <title>Nested multicol, overflowed block with spanner in next outer column</title> 3 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org"> 4 <link rel="help" href="https://issues.chromium.org/issues/364933065"> 5 <div style="columns:2; column-fill:auto; height:100px;"> 6 <div style="columns:2; column-fill:auto;"> 7 <span> 8 <div style="height:10px;"> 9 <span style="outline:solid;"> 10 <div style="height:205px;"></div> 11 <div style="column-span:all; height:20px;"></div> 12 </span> 13 </div> 14 </span> 15 </div> 16 </div>