blob: d59a259415d66e7c129267810a8809a2e5960b68 [file] [log] [blame]
<!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>