RetroZilla/layout/html/tests/table/bugs/bug33784.html
2015-10-20 23:03:22 -04:00

20 lines
301 B
HTML

<html>
<head>
<title>Gecko's Realm</title>
<style type="text/css">
.section {
color: white;
}
</style>
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0" width="600">
<tr>
<td bgcolor="black"><div class="section"><p>fooobar</p></div></td>
</tr>
</table>
</div>
</body>
</html>