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