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