summaryrefslogtreecommitdiffstats
path: root/layout/tables/crashtests/351326-1.xhtml
blob: 7fc72c27637964da713adcdd61cacaa65fa5a904 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html xmlns="http://www.w3.org/1999/xhtml">
<body onload="document.getElementById('w').setAttribute('rowspan', 0);">

<table>
  <tbody>
    <tr></tr>
    <tr>
      <td id="w">y</td>
    </tr>
  </tbody>
</table>

</body>
</html>