summaryrefslogtreecommitdiffstats
path: root/layout/tables/crashtests/300912.html
blob: e3e2b31c59792ad3a60faa0e5e61421372fcd6ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html>
<head><title>Testcase for assertion</title></head>
<body>

<table>
 <tr>
  <td width="367" colSpan="2">
   <table width="100%">
    <tr>
     <td>
     </td>
    </tr>
   </table>
  </td>
 </tr>
</table>

</body>
</html>