https://github.com/mozilla/gecko-dev
Raw File
Tip revision: b387c9ff3aee85387f008dec92aa6ae16d48e52c authored by ffxbld on 10 February 2016, 20:54:13 UTC
Added FIREFOX_38_6_1esr_RELEASE FIREFOX_38_6_1esr_BUILD1 tag(s) for changeset 43cd30a17135. DONTBUILD CLOSED TREE a=release
Tip revision: b387c9f
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