summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-invalid/fieldset/fieldset-static-invalid.html
blob: 613286ec27820c9e646cd7eb46b2bee11457054b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<!--fieldset with only invalid elements -->
<html>
  <head>
    <style>
      fieldset:invalid { display: none; }
    </style>
  </head>
  <body>
    <fieldset id="fieldset">
      <input required>
    </fieldset>
  </body>
</html>