Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
michael@0 | 1 | <html class="reftest-print"> |
michael@0 | 2 | <head><style> |
michael@0 | 3 | td { vertical-align: top; } |
michael@0 | 4 | .tall { |
michael@0 | 5 | height: 4in; /* just longer than a reftest-print page. */ |
michael@0 | 6 | width: 1in; |
michael@0 | 7 | float: left; |
michael@0 | 8 | border: 0px; |
michael@0 | 9 | } |
michael@0 | 10 | </style></head> |
michael@0 | 11 | <body> |
michael@0 | 12 | <table cellspacing="0" cellpadding="0"> |
michael@0 | 13 | <tbody> |
michael@0 | 14 | <tr><td rowspan="2">line 1<br/>line 2<br/>line 3</td></tr> |
michael@0 | 15 | <tr><td><iframe class="tall"></iframe></td></tr> |
michael@0 | 16 | </tbody> |
michael@0 | 17 | </table> |
michael@0 | 18 | <br> |
michael@0 | 19 | </body> |
michael@0 | 20 | </html> |