blob: 7e25b6e626fa6a3f6b865b411515bedc033a3b01 [file] [log] [blame]
<!DOCTYPE html>
<title>CSS aspect-ratio: The definite min-width should win the transferred maximum 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 min-width should win the transferred maximum width.">
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<div style="background: green; height: 100px; aspect-ratio: 1 / 2; max-height: 150px; min-width: 100px;"></div>