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/aspect-ratio-intrinsic-size-007.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel="match" href="aspect-ratio-intrinsic-size-007-ref.html">
<meta name="assert" content="This checks that an automatic preferred physical width is always considered definite whenever computing the transferred size suggestion. That size will be used instead of the flex-item's intrinsic size.">
<div style="display: flex; flex-direction: column;">
<img src="support/large-green-rectangle.svg"/>
</div>