Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html>
3 <head>
4 <title>Bug 206516</title>
5 </head>
6 <body onload="document.getElementById('hiddenRow').style.display='none';">
7 <table cellspacing="0" style="background-color:red">
8 <tr><td style="background-color:green">blah blah</td></tr>
9 <tr id="hiddenRow" style="display:block"><td>text text</td></tr>
10 </table>
11 </body>
12 </html>