Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
1 <html>
2 <body onload="document.getElementById('test').innerHTML='<br><br><br><br><br><br><br><br><br><br><br><br>'">
3 <form style="height:100%">
4 <table height=100% bgcolor=yellow>
5 <tr><td id="test">Click here
6 <tr height=100%><td><textarea style="height:100%"></textarea>
7 <tr><td>Bottom
8 </table>
9 </form>
10 </body>
11 </html>