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/monolithic-item-in-fragmented-flexbox-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<div style="height: 10px; column-count: 2; column-fill: auto;">
<div style="display: flex;">
<div style="height: 20px; contain: size;"></div>
</div>
</div>