summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-invalid/input/input-fieldset-ref.html
blob: 25c90be99753c5c512d2acc4a948e2c4a174f0bf (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
  <link rel='stylesheet' type='text/css' href='style.css'>
  <body>
    <fieldset>
      <fieldset>
        <input class='ref'>
      </fieldset>
    </fieldset>
  </body>
</html>