replaced-aspect-ratio-stretch-fit-003.html (539B)
1 <!DOCTYPE html> 2 <meta name="assert" content="Checks that a replaced element, with an aspect ratio, doesn't apply min/max inline lengths for max-content sizing."> 3 <link rel="help" href="https://drafts.csswg.org/css-sizing-3/#intrinsic-sizes"> 4 <link rel="match" href="../reference/ref-filled-green-100px-square-only.html"> 5 <p>Test passes if there is a filled green square.</p> 6 <div style="width: 100px; height: 100px;"> 7 <svg viewBox="0 0 1 1" style="background: green; min-width: max-content; max-width: 50px; height: 100%;"></svg> 8 </div>