summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/placeholder/placeholder-1-password.html
blob: 1c3d582f1045c81bd4b7bfc1a16dfd64d923be67 (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<html>
  <!-- Test: placeholder should be used by input password elements -->
  <link rel='stylesheet' type='text/css' href='placeholder-style.css'>
  <body>
    <input type="password" value="" placeholder="my placeholder">
  </body>
</html>