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/column-intrinsic-size-aspect-ratio-crash.html - WPT Dashboard Interop Dashboard
<!doctype html>
<p>Test passes if it doesn't crash.</p>
<div style="display: flex; aspect-ratio: 1/1; flex-flow: column; float: left"></div>