https://github.com/mozilla/gecko-dev
Raw File
Tip revision: a05ef8945e56bbc93874af664c123c126f70d1f0 authored by ffxbld on 11 August 2011, 23:11:11 UTC
Added tag FENNEC_6_0_BUILD1 for changeset 70592ed81659. CLOSED TREE a=release
Tip revision: a05ef89
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