https://github.com/mozilla/gecko-dev
Raw File
Tip revision: d07d6c988373d1af2d64a1dd6372ae344c5e34cf authored by seabld on 15 July 2012, 11:08:11 UTC
Added tag SEAMONKEY_2_11_RELEASE for changeset FIREFOX_14_0_1_BUILD1. CLOSED TREE a=release
Tip revision: d07d6c9
placeholder-visible-textarea-ref.html
<!DOCTYPE html>
<html>
  <!--
    This test 'emulate' the placeholder by setting a style
    to the value of a textarea.
    This test may break if placeholder default style is changed.
  -->
  <link rel='stylesheet' type='text/css' href='placeholder-style.css'>

  <body>
    <textarea class="placeholder">my placeholder</textarea>
  </body>
</html>
back to top