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