summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-disabled/textarea/textarea-fieldset-1.html
blob: 6c040b67ea276ec0f5b10ca68fc0077140691561 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
  <link rel='stylesheet' type='text/css' href='style.css'>
  <body>
    <fieldset class="enabled">
      <fieldset class="enabled">
        <textarea class="enabled"></textarea>
      </fieldset>
    </fieldset>
  </body>
</html>