chromium/third_party/blink/web_tests/fast/forms/textarea/textarea-placeholder-scroll-expected.html

<!DOCTYPE html>
<style>
textarea {
  line-height: 20px;
  height: 20px;
}
</style>
<p>Test passes if you can see "Pass" in textarea.</p>
<textarea>Pass</textarea>