https://github.com/mozilla/gecko-dev
Raw File
Tip revision: eb24259e00e59d852adfdfc21432f959dfa206f7 authored by ffxbld on 26 June 2015, 06:05:46 UTC
Added FENNEC_39_0_RELEASE FENNEC_39_0_BUILD2 tag(s) for changeset 3a9878cc0371. DONTBUILD CLOSED TREE a=release
Tip revision: eb24259
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