https://github.com/mozilla/gecko-dev
Raw File
Tip revision: a6f9b79b06bbd746b166a3930597a40fef2661be authored by ffxbld on 12 September 2012, 06:08:05 UTC
Added FENNEC_16_0b3_RELEASE FENNEC_16_0b3_BUILD1 tag(s) for changeset ed56c54f7959. DONTBUILD CLOSED TREE a=release
Tip revision: a6f9b79
placeholder-overflow-ref.html
<!DOCTYPE html>
<html>
  <!--
    This test 'emulate' the placeholder by setting a style
    to the value of an input text.
    This test may break if placeholder default style is changed.
  -->
  <link rel='stylesheet' type='text/css' href='placeholder-style.css'>

  <body>
    <input type="text" class="placeholder" size="5" value="my placeholder">
  </body>
</html>
back to top