summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/placeholder/placeholder-6-textarea.html
blob: b56cb04789a43031dd44501eb3c0254c1dfaadc5 (plain)
1
2
3
4
5
6
7
8
<!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>