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/oof-in-nested-line-float.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<div style="columns:3; column-fill:auto; height:100px; line-height:20px; orphans:1; widows:1;">
<br>
<div style="columns:2; float:left; height:20px; column-fill:auto;">
<div style="position:relative;">
<br>
<div style="position:absolute; width:100%; height:10px;"></div>
</div>
</div>
</div>