1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/320979-1.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,20 @@ 1.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> 1.5 +<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8"> 1.6 +<title>Bug 320979</title> 1.7 +<style type="text/css"> 1.8 +table {border-color: red} 1.9 +td {background: green; color: white} 1.10 +</style> 1.11 +<p>There should be no red. 1.12 +<TABLE rules=all border=0> 1.13 + <TBODY> 1.14 + <TR> 1.15 + <td>test 1.16 + <td>test 1.17 + </TR> 1.18 + <TR> 1.19 + <td>test 1.20 + <td>test 1.21 + </TR> 1.22 + </TBODY> 1.23 +</TABLE> 1.24 \ No newline at end of file