320979-1.html (441B)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> 2 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8"> 3 <title>Bug 320979</title> 4 <style type="text/css"> 5 table {border-color: red} 6 td {background: green; color: white} 7 </style> 8 <p>There should be no red. 9 <TABLE rules=all border=0> 10 <TBODY> 11 <TR> 12 <td>test 13 <td>test 14 </TR> 15 <TR> 16 <td>test 17 <td>test 18 </TR> 19 </TBODY> 20 </TABLE>