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