summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-enabled/input/input-fieldset-legend-ref-3.html
blob: 15fb4d9cee494b121233c6db13a6d4edb27dd165 (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">
      <fieldset class="ref">
        <legend>
          <input class="ref">
        </legend>
      </fieldset>
    </fieldset>
  </body>
</html>