chromium/third_party/blink/web_tests/fast/replaced/max-height-percentage-quirks.html

<style>
    div#parent {height: 0px;}
    img {max-height: 100%;}
</style>
<p>Test passes if there is a filled blue square.</p>
<div id="parent">
    <div id="child"><img src="resources/square-blue-100x100.png"></div>
</div>