summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-disabled/input/input-fieldset-1.html
blob: b50f3b0f1d40e1f051b098aff4a2a2bf45e27bad (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 class="enabled">
      <fieldset class="enabled">
        <input class="enabled">
      </fieldset>
    </fieldset>
  </body>
</html>