2 <title>CSS aspect-ratio: Row flexbox and transferred min/max-size
</title>
3 <link rel=
"author" title=
"Google LLC" href=
"https://www.google.com/">
4 <link rel=
"help" href=
"https://drafts.csswg.org/css-sizing-4/#aspect-ratio">
5 <link rel=
"match" href=
"../../reference/ref-filled-green-100px-square.xht" />
7 <p>Test passes if there is a filled green square and
<strong>no red
</strong>.
</p>
9 <div style=
"display: flex; flex-direction: row;">
10 <div style=
"background: green; width: 40px; height: 50px;" ></div>
11 <div style=
"background: green; width: 60px; max-height: 50px; aspect-ratio: 1/1;"></div>
13 <div style=
"display: flex; flex-direction: row;">
14 <div style=
"background: green; width: 40px; height: 50px;" ></div>
15 <div style=
"background: green; width: 60px; height: 60px; max-height: 50px; aspect-ratio: 1/1;"></div>