chromium/third_party/blink/web_tests/fast/forms/textarea/textarea-inline-block-baseline.html

<!doctype HTML>
<body>
  <div style="border: 1px solid blue;">
    <div style="display: inline-block;">
      <textarea style="display:block;">hello















world</textarea>
    </div>
  </div>
</body>