chromium/third_party/blink/web_tests/fast/ruby/percentage-height-child.html

<!DOCTYPE html>
<p>There should be a green square below.</p>
<ruby style="display:block ruby; height:300px;">
    <div style="width:150px; height:50%; background:green;"></div>
</ruby>