https://github.com/mozilla/gecko-dev
Raw File
Tip revision: aaa2258b35c4f4e42b5b19a6bca3d4795be17011 authored by ffxbld on 04 January 2012, 02:56:15 UTC
Added tag FIREFOX_10_0b3_BUILD1 for changeset 22a318053540. CLOSED TREE a=release
Tip revision: aaa2258
placeholder-1-text.html
<!DOCTYPE html>
<html>
  <!-- Test: placeholder should be used by input text elements -->
  <body>
    <input type="text" value="" placeholder="my placeholder">
  </body>
</html>
back to top