Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

  • This WPT test may be referenced by the following Test IDs:
<!DOCTYPE html>
<title>Nested multicol, overflowed block with spanner in next outer column</title>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<div style="columns:2; column-fill:auto; height:100px;">
<div style="columns:2; column-fill:auto;">
<span>
<div style="height:10px;">
<span style="outline:solid;">
<div style="height:205px;"></div>
<div style="column-span:all; height:20px;"></div>
</span>
</div>
</span>
</div>
</div>