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