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