https://github.com/mozilla/gecko-dev
Raw File
Tip revision: ae1e734d26dfb74a38e31eed6c9f95c4993f389f authored by ffxbld on 19 October 2016, 23:54:50 UTC
Added FENNEC_49_0_2_RELEASE FENNEC_49_0_2_BUILD2 tag(s) for changeset b8cfe2060804. DONTBUILD CLOSED TREE a=release
Tip revision: ae1e734
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