Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-sizing/replaced-max-width-with-height-fit-content.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<html>
<head>
<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">
<link rel="match" href="replaced-max-width-with-height-fit-content-ref.html">
</head>
<body>
<img style="max-width: 100px; height: fit-content;" src="support/replaced-min-max-2.png">
</body>
</html>