https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 839933765610b42157ebc6d640dd517d0c48fb21 authored by ffxbld on 16 February 2015, 19:27:24 UTC
Added FIREFOX_31_5_0esr_RELEASE FIREFOX_31_5_0esr_BUILD1 tag(s) for changeset c384ad9ed649. DONTBUILD CLOSED TREE a=release
Tip revision: 8399337
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