https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 5ca162bdba5cfb072c686d36ab3d7941657cb4a5 authored by ffxbld on 08 February 2012, 13:55:47 UTC
Added tag FIREFOX_10_0_1_BUILD1 for changeset c581b36e7a12. CLOSED TREE a=release
Tip revision: 5ca162b
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