Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/bugs/reftest.list
<html>
<head>
</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>