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/small-definite-flex-line-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<div style="columns:3; height:20px; column-fill:auto;">
<div style="display:flex; max-height:0;">
<div>
<div style="contain:size; height:100px;"></div>
<div style="contain:size; height:100px;"></div>
</div>
<div></div>
</div>
</div>