summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-enabled/select/select-fieldset-legend-ref-4.html
blob: 55df97e20af4a907020125f5cbb37c0e98530770 (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">
          <select class="ref"></select>
        </fieldset>
      </legend>
    </fieldset>
  </body>
</html>