summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-valid/button/button-fieldset-ref.html
blob: d057de5ad74d69d72bf7c268f6e0fbf82c46b61c (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
  <body>
    <fieldset>
      <fieldset disabled>
        <button style="background-color: green;"></button>
      </fieldset>
    </fieldset>
  </body>
</html>