summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-disabled/fieldset/fieldset-disabled.html
blob: 6cd4fbfead3f88c94142c524a2dab43f115d0c24 (plain)
1
2
3
4
5
6
7
<!DOCTYPE html>
<html>
  <link rel='stylesheet' type='text/css' href='style.css'>
  <body>
    <fieldset class="disabled" disabled></fieldset>
  </body>
</html>