https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 13285d5b6a67f794f53270368d7085b1a58e6ffe authored by ffxbld on 24 August 2011, 23:39:18 UTC
Added tag FENNEC_7_0b2_BUILD1 for changeset d972aa1d6203. CLOSED TREE a=release
Tip revision: 13285d5
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