replaced-aspect-ratio-intrinsic-size-001.html (506B)
1 <!DOCTYPE html> 2 <meta name="assert" 3 content="Checks that a replaced element, with an aspect ratio, applies min/max block lengths for intrinsic sizing when width:max-content is specified."> 4 <link rel="help" href="https://drafts.csswg.org/css-sizing-3/#intrinsic-sizes"> 5 <link rel="match" href="../reference/ref-filled-green-100px-square-only.html"> 6 <p>Test passes if there is a filled green square.</p> 7 <img src="aspect-ratio/support/1x1-green.png" style="min-height: 100px; width: 8 max-content;"></img>