diff --git a/layout/html/tests/table/core/backgrounds.html b/layout/html/tests/table/core/backgrounds.html
new file mode 100644
index 000000000000..2f97cf6a7d43
--- /dev/null
+++ b/layout/html/tests/table/core/backgrounds.html
@@ -0,0 +1,280 @@
+
+
+table - color
+
+
+
+table - image
+
+
+
+table - color, image
+
+
+
+cell - color
+
+
+
+cell - image
+
+
+
+cell - color, image
+
+
+
+table - color; cell - color
+
+
+
+table - image; cell - color
+
+
+
+table - image; cell - image
+
+
+
+row group color
+
+
+
+row group color
+
+
+
+ foo |
+ bar |
+
+
+ foo |
+ bar |
+
+
+
+row color
+
+
+
+row color
+
+
+ foo |
+ bar |
+
+ foo |
+ bar |
+
+
+
+row image
+
+
+
+table - color, row color
+
+
+ foo |
+ bar |
+
+ foo |
+ bar |
+
+
+
+table - image, row color
+
+
+ foo |
+ bar |
+
+ foo |
+ bar |
+
+
+
+table - color; row image
+
+
+
+table - image, row image
+
+
+
+table - color; row color; cell color
+
+
+ foo |
+ bar |
+
+ foo |
+ bar |
+
+
+
+table - image; row color; cell color
+
+
+ foo |
+ bar |
+
+ foo |
+ bar |
+
+
+
+table - color; row image; cell color
+
+
+ foo |
+ bar |
+
+ foo |
+ bar |
+
+
+
+table - color; row color; cell image
+
+
+ foo |
+ bar |
+
+ foo |
+ bar |
+
+
+
+col group color
+
+
+
+col color
+
+
+
+table - image; row image; cell image
+
+
+ foo |
+ bar |
+
+ foo |
+ bar |
+
+
+
+table - color, tbodies color, row color
+
+
+
+ foo |
+
+ foo |
+
+
+
+ foo |
+
+
+
+
+
+col image
+
+
+
+ foo | bar |
+
+ foo | bar |
+
+
+
+table color; col group color; col color; row color; cell color
+
+
+
+
+
+
+
+
+
+
+ foo | bar | foo | bar |
+
+ foo | bar | foo | bar |
+
+ foo | bar | foo | bar |
+
+-->
+
diff --git a/layout/html/tests/table/core/file_list.txt b/layout/html/tests/table/core/file_list.txt
index da3dd9d15f58..9606b88dc658 100644
--- a/layout/html/tests/table/core/file_list.txt
+++ b/layout/html/tests/table/core/file_list.txt
@@ -1,2 +1,3 @@
+file://s:/mozilla/layout/html/tests/table/core/backgrounds.html
file://s:/mozilla/layout/html/tests/table/core/one_row.html
file://s:/mozilla/layout/html/tests/table/core/col_span.html