Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <head>
3 <title>Assert: Must have usable originating data here + crash</title>
4 </head>
6 <body>
8 <table border>
9 <tbody>
10 <tr ><td rowspan="2">1</td></tr>
11 <tr><td rowspan="2">2</td></tr>
12 <tr ><td rowspan="3" colspan="2">3</td></tr>
13 <tr></tr>
14 </tbody>
15 <tbody>
16 <tr><td rowspan="3">4</td></tr>
17 <tr><td>5</td></tr>
18 </tbody>
19 </table>
20 </body>
21 </html>