RetroZilla/layout/html/tests/table/bugs/bug33784.html

20 lines
301 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<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>