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