summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/forms/the-textarea-element/textarea-placeholder-manual.html
blob: d59a259415d66e7c129267810a8809a2e5960b68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<meta charset="utf-8">
<title>HTML Test: textarea - placeholder attribute</title>
<link rel="author" title="Intel" href="http://www.intel.com">
<link rel="help" href="https://html.spec.whatwg.org/multipage/#attr-textarea-placeholder">
<meta name="flags" content="interact">
<body>
  <p>
    Test passes if there is a "Placeholder Text" in the text area,
    and if the "Placeholder Text" disappears after type in any character.
  </p>
  <textarea placeholder="Placeholder Text"></textarea>
</body>