chromium/third_party/blink/web_tests/images/percentage-height-image-with-auto-height-container-computes-as-percentage.html

<!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" />