summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/370586-1.xhtml
blob: 3fcc53afe2e097f6ff4b442f4244e598547e5789 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html xmlns="http://www.w3.org/1999/xhtml">
<body>
<table border="1">
  <td style="display: table-row" rowspan="2">
    foo
    <td>bar</td>
  </td>
  <tr><td>baz</td></tr>
</table>
</body>

</html>