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-relpos-in-abspos-multicol-in-multicol.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>Spanner in replos in abspos multicol, inside another container that's also multicol but then ceases to be one</title>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<div id="troublemaker" style="columns:7;">
<div style="position:absolute; columns:2;">
<div style="position:relative;">
<div style="column-span:all;"></div>
</div>
</div>
</div>
<script>
document.body.offsetTop;
troublemaker.style.columns = "auto";
</script>