Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-multicol/crashtests/spanner-in-overflowed-container-before-inline-content.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<div style="columns:10; height:100px; column-fill:auto; line-height:20px; orphans:1; widows:1;">
<div style="height:0; padding-bottom:100px;">
<div style="height:350px;"></div>
<div style="column-span:all; padding-bottom: 100px;"></div>
</div>
<div style="width:1px;">
<br>
<div style="display:inline-block; columns:2; height:100px; column-fill:auto;"></div>
x
</div>
</div>