gecko/layout/reftests/bugs/320979-1-ref.html

21 lines
477 B
HTML
Raw Normal View History

2010-01-16 08:40:07 -08:00
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<title>Bug 320979</title>
<style type="text/css">
table {border:thin hidden;
border-collapse:collapse;}
td {background: green; color: white; border:thin solid white;}
</style>
<p>There should be no red.
<TABLE>
<TBODY>
<TR>
<td>test
<td>test
</TR>
<TR>
<td>test
<td>test
</TR>
</TBODY>
</TABLE>