tenfourfox/layout/reftests/bugs/320979-1-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

21 lines
477 B
HTML

<!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>