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