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