https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 26993d4c12a7ea4b3ff90c2fdfcba139b9e15cf6 authored by tbirdbld on 23 November 2011, 11:45:28 UTC
Added tag THUNDERBIRD_9_0b2_RELEASE for changeset d930274ef409. CLOSED TREE a=release
Tip revision: 26993d4
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