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/floated-multicol-in-multicol-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<div style="columns:3; column-fill:auto; height:20px;">
<div style="display:flex; float:left; margin-top:8px;">
<fieldset style="border:none; contain:paint;">
<div style="contain:size; height:18px;"></div>
<div style="float:left; clear:both; height:6px;"></div>
<div style="columns:9; display:list-item; clear:both; column-fill:auto; height:0;"></div>
</fieldset>
</div>
</div>