Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-break/block-in-inline-010-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<div style="columns:10; column-fill:auto; height:100px;">
<div style="height:50px;"></div>
<span>
<div id="e58" style="float:left; width:70%;">
<div style="float:left; width:100%; height:60px; contain:size;"></div>
</div>
<div style="height:10px;"></div>
</span>
</div>
<script>
document.body.offsetTop;
e58.style.cssFloat = "none";
</script>