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