summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-flexbox/aspect-ratio-intrinsic-size-007.html
blob: 5a6b896e97c365e16ba836dfdd1538e2dd9a3bff (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<link rel="help" href="https://drafts.csswg.org/css-sizing-3/#intrinsic-sizes">
<link rel="help" href="https://drafts.csswg.org/css-flexbox/#transferred-size-suggestion">
<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>