summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/368651-1-ref.html
blob: d34cbea6096b6f60cf55d110050a8cd0d2aa1f58 (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
25
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">

<head>

</head>

<body>

<table border>
  <tbody id="tbody">
    <tr>
      <td rowspan="0">a</td>
    </tr>
    <tr>
    </tr>
    <tr>
      <td>b</td>
    </tr>
  </tbody>
</table>


</body>
</html>