https://github.com/mozilla/gecko-dev
Raw File
Tip revision: dd240edff94f7627b036f5727f6564f9e5d78ee8 authored by ffxbld on 09 May 2013, 05:31:47 UTC
Added FENNEC_21_0_RELEASE FENNEC_21_0_BUILD2 tag(s) for changeset c5fd3574d1d1. DONTBUILD CLOSED TREE a=release
Tip revision: dd240ed
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