summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/320979-1-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/320979-1-ref.html')
-rw-r--r--layout/reftests/bugs/320979-1-ref.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/layout/reftests/bugs/320979-1-ref.html b/layout/reftests/bugs/320979-1-ref.html
new file mode 100644
index 0000000000..c4c271c4bf
--- /dev/null
+++ b/layout/reftests/bugs/320979-1-ref.html
@@ -0,0 +1,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> \ No newline at end of file