<!DOCTYPE html>
<style>
img {
height:100%;
max-height:50px;
}
</style>
<p>crbug.com/396717: An image with a percentage height in an auto height container does not treat the height as auto.</p>
<img src="resources/gracehopper.png" />
<!DOCTYPE html>
<style>
img {
height:100%;
max-height:50px;
}
</style>
<p>crbug.com/396717: An image with a percentage height in an auto height container does not treat the height as auto.</p>
<img src="resources/gracehopper.png" />