placeholder-1-password.html (258B)
1 <!DOCTYPE html> 2 <html> 3 <!-- Test: placeholder should be used by input password elements --> 4 <link rel='stylesheet' type='text/css' href='placeholder-style.css'> 5 <body> 6 <input type="password" value="" placeholder="my placeholder"> 7 </body> 8 </html>