summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/320979-1-ref.html
blob: c4c271c4bf2cb68c385c3437ab9a7b218475c6b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!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>