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

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/320979-1-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,21 @@
     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:thin hidden;
     1.9 +border-collapse:collapse;}
    1.10 +td {background: green; color: white; border:thin solid white;}
    1.11 +</style>
    1.12 +<p>There should be no red.
    1.13 +<TABLE>
    1.14 +  <TBODY>
    1.15 +    <TR>
    1.16 +      <td>test
    1.17 +      <td>test
    1.18 +    </TR>
    1.19 +    <TR>
    1.20 +      <td>test
    1.21 +      <td>test
    1.22 +    </TR>
    1.23 +  </TBODY>
    1.24 +</TABLE>
    1.25 \ No newline at end of file

mercurial