https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 054c33d1d469c8633c07e25e8df67e44c4aa0dda authored by seabld on 03 December 2014, 06:06:54 UTC
Added tag SEAMONKEY_2_31_RELEASE for changeset FIREFOX_34_0_RELEASE. CLOSED TREE a=release
Tip revision: 054c33d
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