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-spanner-in-relpos-in-multicol-in-relpos-multicol-002.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<div style="position:absolute; columns:3;">
<div style="opacity:0.1; columns:2; overflow:scroll;">
<span style="position:relative; padding-right:10px; padding-bottom:100px;">
<div style="column-span:all;">
<div style="position:absolute;">xx</div>
</div>
</span>
</div>
</div>