no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / bugs / 206516-1.html
blob0fd810005ca1f2c85011f2cde14ea73b4479b2ae
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>