https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 11a51ad82ffe8366def988240882be09d6af9f6f authored by ffxbld on 06 December 2013, 01:33:31 UTC
Added FIREFOX_24_2_0esr_RELEASE FIREFOX_24_2_0esr_BUILD2 tag(s) for changeset e408ebe9e449. DONTBUILD CLOSED TREE a=release
Tip revision: 11a51ad
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