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-001.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<div style="columns:3; orphans:1; widows:2; line-height:20px;">
<span>
<div style="height:1234567890px;"></div>
<br>
<div style="display:inline-block; width:100px; height:6000000px;"></div>
<div style="column-span:all;"></div>
</span>
<div id="tallthing" style="height:10000000px;"></div>
</div>