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/image-in-fragmented-flexbox-001-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<div style="height: 10px; column-count: 2;">
<div style="display: flex; height: 8px;">
<img src="somelink" height="20" width="156">
</div>
</div>