blob: 2c86bd4417bfb7b0ef3df305d07928fc3b76aef9 [file] [log] [blame]
<!DOCTYPE html>
<title>CSS aspect-ratio: The definite max-width should win the transferred minimum width</title>
<link rel="author" title="Cathie Chen" href="mailto:cchen@igalia.com">
<link rel="help" href="https://drafts.csswg.org/css-sizing-4/#aspect-ratio-size-transfers">
<link rel="match" href="../../reference/ref-filled-green-100px-square.xht" />
<meta name="assert" content="CSS aspect-ratio: The definite max-width should win the transferred minimum width.">
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<div style="background: green; height: 50px; aspect-ratio: 2 / 1; min-height: 100px; max-width: 100px;"></div>