summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/forms/the-textarea-element/placeholder-white-space-notref.html
blob: 375bdef8742cc9f394732ba08dc9090a4755d087 (plain)
1
2
3
4
5
6
7
8
<!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>