https://github.com/mozilla/gecko-dev
Raw File
Tip revision: ce2be64ebd35c2a0fe0fa8d45738cb6eef7dc2d7 authored by ffxbld on 28 December 2011, 13:05:54 UTC
Added tag FENNEC_10_0b2_BUILD1 for changeset 191bd18a2baf. CLOSED TREE a=release
Tip revision: ce2be64
placeholder-overflow-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" cols="5" rows="3">my placeholder</textarea>
  </body>
</html>
back to top