https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 88d7fa19aee44b3a41c59ca537314363119fa71b authored by ffxbld on 14 September 2015, 23:40:47 UTC
Added FIREFOX_38_3_0esr_RELEASE FIREFOX_38_3_0esr_BUILD1 tag(s) for changeset 2ef0441582eb. DONTBUILD CLOSED TREE a=release
Tip revision: 88d7fa1
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