https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 40ee6ede3f615e6a20861bbbbb47a49283887d94 authored by ffxbld on 29 September 2015, 21:37:27 UTC
Added FIREFOX_41_0_1_RELEASE FIREFOX_41_0_1_BUILD2 tag(s) for changeset 76aad04b2a72. DONTBUILD CLOSED TREE a=release
Tip revision: 40ee6ed
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