summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/placeholder/placeholder-overflow-textarea-ref.html
blob: 559945a50f68e39ebe30c6248d901e15cdfb7408 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!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>