summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/206516-1.html
blob: 0fd810005ca1f2c85011f2cde14ea73b4479b2ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
  <title>Bug 206516</title>
</head>
<body onload="document.getElementById('hiddenRow').style.display='none';">
<table cellspacing="0" style="background-color:red">
  <tr><td style="background-color:green">blah blah</td></tr>
  <tr id="hiddenRow" style="display:block"><td>text text</td></tr>
</table>
</body>
</html>