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