https://github.com/mozilla/gecko-dev
Raw File
Tip revision: c09734ecd5aa14ff174464b13e7429efd328fba6 authored by ffxbld on 24 August 2011, 23:45:06 UTC
Added tag FIREFOX_7_0b2_BUILD1 for changeset 4ee096ccdd5a. CLOSED TREE a=release
Tip revision: c09734e
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