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