summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-enabled/button/button-fieldset-legend-3.html
blob: f9127b8d5e02ee41f4bf76eb698f23d61481f8bd (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>
      <fieldset class="disabled">
        <legend>
          <button class="disabled"></button>
        </legend>
      </fieldset>
    </fieldset>
  </body>
</html>