https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 8839e3e313f0e0608df80fdd57aa32ef1017a32c authored by ffxbld on 08 February 2012, 09:11:27 UTC
Added tag FENNEC_11_0b2_BUILD1 for changeset 7f22f84970de. CLOSED TREE a=release
Tip revision: 8839e3e
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