Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/CSS2/floats/line-pushed-by-floats-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<body style="width: 100px;">
<div style="float: right; width: 10px;"></div>
<span>
<div style="display: inline-block; width: 1000px; height: 10px;"></div>
</span>
<span style="position: absolute;"></span>
<span style="float: left; height: 10px; column-gap: 65536px; column-count: 65536;"></span>
</body>