intrinsic-fixed-width-with-min-content-height.html (614B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <link rel="author" title="Sammy Gill" href="sammy.gill@apple.com"> 5 <link rel="help" href="https://drafts.csswg.org/css-sizing-3/#intrinsic-sizes"> 6 <link rel="help" href="https://drafts.csswg.org/css2/#inline-replaced-height"> 7 <link rel="match" href="../reference/ref-filled-green-100px-square-only.html"> 8 <meta name="assert" content="min-content height of an image with specified width is computed via aspect ratio"> 9 </head> 10 <body> 11 <p>Test passes if there is a filled green square.</p> 12 <img style="width: 100px; height: min-content;" src="../support/60x60-green.png"> 13 </body> 14 </html>