summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/577838-1-ref.html
blob: 486e72129e65fe2a29f9e570b1a35144a8ec3559 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
  <head>
    <style>
      td { vertical-align: baseline; }
    </style>
  </head>
  <body>
    <table>
      <tr>
        <td>text</td>
        <td>
          <div>
            <div>
              fieldset<br>
              fieldset
            </div>
            after
          </div>
        </td>
      </tr>
    </table>
  </body>
</html>