https://github.com/mozilla/gecko-dev
Raw File
Tip revision: fbb7310aab60b85a7658e222120aee20ab3e3a0c authored by ffxbld on 03 December 2013, 04:29:22 UTC
Added FENNEC_26_0_RELEASE FENNEC_26_0_BUILD1 tag(s) for changeset c4bdf6474d68. DONTBUILD CLOSED TREE a=release
Tip revision: fbb7310
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