https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 8d6ea136368692035254ed987621d171ab3c27d9 authored by ffxbld on 13 November 2014, 22:05:04 UTC
Added FIREFOX_33_1_1_RELEASE FIREFOX_33_1_1_BUILD1 tag(s) for changeset 8cbcd546621c. DONTBUILD CLOSED TREE a=release
Tip revision: 8d6ea13
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