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/nested-oof-multicol-with-oof-needing-additional-columns.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<div style="columns:1; column-fill:auto; height:100px;">
<div style="position:relative;">
<div style="position:absolute; columns:1;">
<div style="position:relative; margin-top:101px;">
<div style="position:absolute; margin-top:101px;"></div>
</div>
</div>
</div>
</div>