https://github.com/mozilla/gecko-dev
Raw File
Tip revision: b08342623f36b7f63b20c547f1b313fb076e74b2 authored by ffxbld on 03 December 2013, 04:30:06 UTC
Added FIREFOX_26_0_RELEASE FIREFOX_26_0_BUILD1 tag(s) for changeset 6d7564bf9e88. DONTBUILD CLOSED TREE a=release
Tip revision: b083426
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