chromium/third_party/blink/web_tests/external/wpt/css/css-tables/crashtests/vertical_percentage_crash.html

<!DOCTYPE html>
<link rel="author" title="Manuel Rego Casasnovas" href="mailto:[email protected]">
<link rel="help" href="https://crbug.com/1203387">

<table style="writing-mode: vertical-lr">
  <caption style="background:yellow" >
    <textarea style="height:10%">abc</textarea>
  </caption>
</table>