summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-enabled/input/input-fieldset-legend-ref-1.html
blob: 5511e567b1530e6bf7c9c73701d4edda7ec6d675 (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>
        <input class="ref">
      </legend>
    </fieldset>
  </body>
</html>