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/multicol-floats-in-ifc.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel="author" title="Koji Ishii" href="mailto:kojii@chromium.org">
<div style="columns:2; column-fill:auto; height:10px; line-height:20px;">
<div style="columns:1;">
<div style="padding-top:1px; direction:rtl;">
<span>
<div style="display:inline-block; width:101%; height:1px;"></div>
</span>
<div style="float:left; width:1px; height:1px;"></div>
</div>
</div>
</div>