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