intrinsic-size-019.html (783B)
1 <!DOCTYPE html> 2 <title>CSS aspect-ratio: image with width:max-content</title> 3 <link rel="author" title="Ting-Yu Lin" href="mailto:tlin@mozilla.com"> 4 <link rel="author" title="Mozilla" href="https://www.mozilla.org/"> 5 <link rel="help" href="https://drafts.csswg.org/css-sizing-4/#aspect-ratio"> 6 <link rel="help" href="https://github.com/w3c/csswg-drafts/issues/5032"> 7 <link rel="match" href="../../reference/ref-filled-green-100px-square-only.html"> 8 <meta name="assert" content="This test verifies that the resolved width value is derived from transferring the definite height through the natural aspect-ratio, not from the image's natural width."> 9 10 <p>Test passes if there is a filled green square.</p> 11 <img src="support/200x200-green.png" style="height: 100px; width: max-content">