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