https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 62c8c16df974e3722323265b71d65084e4f0e7cd authored by ffxbld on 21 May 2015, 23:03:04 UTC
Added FIREFOX_38_0_5_RELEASE FIREFOX_38_0_5_BUILD2 tag(s) for changeset b299cbea39e4. DONTBUILD CLOSED TREE a=release
Tip revision: 62c8c16
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