1
0
Fork 0
firefox/testing/web-platform/tests/css/css-sizing/intrinsic-fixed-width-with-max-content-height.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

13 lines
535 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="author" title="Sammy Gill" href="sammy.gill@apple.com">
<link rel="help" href="https://drafts.csswg.org/css-sizing-3/#intrinsic-sizes">
<link rel="help" href="https://drafts.csswg.org/css2/#inline-replaced-height">
<meta name="assert" content="max-content height of an image with specified width is computed via aspect ratio">
</head>
<body>
<p>Test passes if there is a filled green square.</p>
<img style="width: 100px; height: max-content;" src="../support/60x60-green.png">
</body>
</html>