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-002-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<div style="column-width:50px;">
<div style="display:flex; flex-wrap:wrap-reverse;">
text text
<image src="" width="2" height="2"></image>
</div>
</div>