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-inline-after-very-tall-content-002.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<div style="columns:15;">
<span>
<div style="height:214748364px;"></div>
</span>
<br>
<div style="display:inline-block; width:100px; height:2147487px;"></div>
<span>
<div style="column-span:all;"></div>
</span>
<div style="columns:1; column-fill:auto; height:2147483px;"></div>
</div>