Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<head>
<link rel="author" title="Sammy Gill" href="sammy.gill@apple.com">
<meta name="assert" content="min-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: min-content;" src="../support/60x60-green.png">
</body>
</html>