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