https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 79ba7034e36d46efc3aa060cbd4e61a37bb97264 authored by ffxbld on 20 December 2013, 01:38:10 UTC
Added FENNEC_26_0_1_RELEASE FENNEC_26_0_1_BUILD2 tag(s) for changeset 855c01ab6bf0. DONTBUILD CLOSED TREE a=release
Tip revision: 79ba703
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