https://github.com/mozilla/gecko-dev
Raw File
Tip revision: dbaacfb647dab0a3c3d29722c7aaa55bec347b5f authored by Brian Smith on 07 December 2011, 02:42:42 UTC
Back out 07882283b9e0 which was intended for default, not this release branch, a=nthomas
Tip revision: dbaacfb
placeholder-1-text.html
<!DOCTYPE html>
<html>
  <!-- Test: placeholder should be used by input text elements -->
  <body>
    <input type="text" value="" placeholder="my placeholder">
  </body>
</html>
back to top