https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 7ced355a39f838fe7f1d9a0a8eb94ab9906faf7c authored by B2G Bumper Bot on 19 February 2015, 15:57:00 UTC
Bumping manifests a=b2g-bump
Tip revision: 7ced355
placeholder-1-password.html
<!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>
back to top