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