https://github.com/mozilla/gecko-dev
Raw File
Tip revision: b387c9ff3aee85387f008dec92aa6ae16d48e52c authored by ffxbld on 10 February 2016, 20:54:13 UTC
Added FIREFOX_38_6_1esr_RELEASE FIREFOX_38_6_1esr_BUILD1 tag(s) for changeset 43cd30a17135. DONTBUILD CLOSED TREE a=release
Tip revision: b387c9f
placeholder-6-textarea.html
<!DOCTYPE html>
<html>
  <!-- Test placeholder behavior when textarea is too small -->
  <link rel='stylesheet' type='text/css' href='placeholder-style.css'>
  <body>
    <textarea cols="5" rows="3" placeholder="my placeholder"></textarea>
  </body>
</html>
back to top