https://github.com/mozilla/gecko-dev
Raw File
Tip revision: b632b2878b9aa2237bca9e79624e8e29b24a1afa authored by tbirdbld on 25 August 2012, 00:10:40 UTC
Added THUNDERBIRD_15_0_RELEASE THUNDERBIRD_15_0_BUILD1 tag(s) for changeset 28af55043104. DONTBUILD CLOSED TREE a=release
Tip revision: b632b28
placeholder-3.html
<!DOCTYPE html>
<html>
  <!-- Test: value has to be shown when not null -->
  <body>
    <input type="text" value="my value" placeholder="my placeholder">
  </body>
</html>
back to top