summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-disabled/input/input-fieldset-ref.html
blob: 0108ffc32aa00c925eabc8da05ce5f954f5c1183 (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="ref">
      <fieldset class="ref">
        <input class="ref">
      </fieldset>
    </fieldset>
  </body>
</html>