https://github.com/mozilla/gecko-dev
Raw File
Tip revision: be4ca78c41bd3ef3d4f0eb9b6316878bb9b86d43 authored by ffxbld on 17 July 2014, 01:13:51 UTC
Added FIREFOX_31_0_RELEASE FIREFOX_31_0_BUILD2 tag(s) for changeset 32dddf30405a. DONTBUILD CLOSED TREE a=release
Tip revision: be4ca78
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