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/flexbox/float-in-webkit-box-in-multicol-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<div style="column-count:2;">
<div style="display:-webkit-box;">
<div style="float:left;"></div>
</div>
</div>