https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 1ada2b9d2facaff780efafc90e28ea813d892cb5 authored by tbirdbld on 29 August 2012, 00:05:20 UTC
Added THUNDERBIRD_16_0b1_RELEASE THUNDERBIRD_16_0b1_BUILD1 tag(s) for changeset d77906f8ceee. DONTBUILD CLOSED TREE a=release
Tip revision: 1ada2b9
placeholder-1-password.html
<!DOCTYPE html>
<html>
  <!-- Test: placeholder should be used by input password elements -->
  <body>
    <input type="password" value="" placeholder="my placeholder">
  </body>
</html>
back to top