https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 0e5dab595ee034a9fd3d6c6301e84aaed8c44d78 authored by seabld on 11 July 2012, 07:33:27 UTC
Added tag SEAMONKEY_2_11b6_RELEASE for changeset FIREFOX_14_0b12_BUILD1. CLOSED TREE a=release
Tip revision: 0e5dab5
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