Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-flexbox/intrinsic-size/col-wrap-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<div style="display: flex; flex-direction: column; flex-wrap: wrap; width: min-content; align-items: baseline;">
<div style="writing-mode: vertical-rl;">crash</div>
</div>