summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-enabled/select/select-fieldset-legend-3.html
blob: 29a98a88acb999902d1424318e5a009cec263049 (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="disabled" disabled>
      <fieldset class="disabled">
        <legend>
          <select class="disabled"></select>
        </legend>
      </fieldset>
    </fieldset>
  </body>
</html>