https://github.com/mozilla/gecko-dev
Raw File
Tip revision: eaec7477b655f6c082678c2499ac74b5a19c6d45 authored by ffxbld on 17 September 2015, 03:34:24 UTC
Added FENNEC_41_0_RELEASE FENNEC_41_0_BUILD2 tag(s) for changeset db442a70c84e. DONTBUILD CLOSED TREE a=release
Tip revision: eaec747
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