chromium/third_party/blink/web_tests/external/wpt/html/semantics/forms/the-textarea-element/placeholder-white-space-notref.html

<!doctype html>
<title>CSS Test Reference</title>
<style>
  textarea {
    max-width: 100px;
  }
</style>
<textarea placeholder="This is a really long string that needs to be truncated"></textarea>