https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 0839375bf55faaf7bce0dd205124d1e5c1449eaf authored by ffxbld on 14 October 2015, 02:27:25 UTC
Added FENNEC_41_0_2_RELEASE FENNEC_41_0_2_BUILD1 tag(s) for changeset 87ce8a94ccb7. DONTBUILD CLOSED TREE a=release
Tip revision: 0839375
placeholder-1-text.html
<!DOCTYPE html>
<html>
  <!-- Test: placeholder should be used by input text elements -->
  <link rel='stylesheet' type='text/css' href='placeholder-style.css'>
  <body>
    <input type="text" value="" placeholder="my placeholder">
  </body>
</html>
back to top