https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 3f4cb955ac2c2c55692a35f4ecdab4f17dfbcd9a authored by B2G Bumper Bot on 30 August 2014, 21:26:02 UTC
Bumping manifests a=b2g-bump
Tip revision: 3f4cb95
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