https://github.com/mozilla/gecko-dev
Raw File
Tip revision: d3707f7695ebd32cb3f9fa3b877031960b3a2e8f authored by ffxbld on 01 August 2012, 16:09:43 UTC
Added FENNEC_14_0_2_RELEASE FENNEC_14_0_2_BUILD1 tag(s) for changeset 9109310c222e. DONTBUILD CLOSED TREE a=release
Tip revision: d3707f7
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