summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-enabled/button/button-fieldset-1.html
blob: 56c6c2812bf0ff7eac6022749b570e3abbfc19bd (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="enabled">
      <fieldset class="enabled">
        <button class="enabled"></button>
      </fieldset>
    </fieldset>
  </body>
</html>