Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" class="reftest-print"><head>
3 <style>
4 div.spacer {
5 height: 5px;
6 width: 10px;
7 }
8 img, td.spacer {
9 height: 140px;
10 width: 30px;
11 }
12 </style>
13 <title>rowspan pagination</title>
14 </head>
15 <body>
16 <div class="spacer"> </div>
17 <table>
18 <tbody>
19 <tr><td class="spacer"></td></tr>
20 <tr>
21 <td rowspan="2">
22 <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAMAAADzN3VRAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF/wAAAAAAQaMSAwAAABJJREFUeNpiYBgFo2AwAIAAAwACigABtnCV2AAAAABJRU5ErkJggg==">
23 </td>
24 </tr>
25 <tr></tr>
26 </tbody>
27 </table>
28 </body>
29 </html>