https://github.com/mozilla/gecko-dev
Raw File
Tip revision: e3d0188ad77a950526290382e80d4d8a5de3738e authored by Justin Lebar on 01 August 2011, 17:38:04 UTC
Backing out dc9cf2842794 (bug 652399) because it disables libjpeg-turbo on Windows (bug 675568). a=legneato
Tip revision: e3d0188
placeholder-6-textarea.html
<!DOCTYPE html>
<html>
  <!-- Test placeholder behavior when textarea is too small -->
  <body>
    <textarea cols="5" rows="3" placeholder="my placeholder"></textarea>
  </body>
</html>
back to top