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