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