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 + + + + +
foobar
+
+ +table - image + + + + +
foobar
+
+ +table - color, image + + + + +
foobar
+
+ +cell - color + + + + +
foobar
+
+ +cell - image + + + + +
foobar
+
+ +cell - color, image + + + + +
foobar
+
+ +table - color; cell - color + + + + +
foobar
+
+ +table - image; cell - color + + + + +
foobar
+
+ +table - image; cell - image + + + + +
foobar
+
+ +row group color + + + + + + +
foobar
+
+ +row group color + + + + + + + + + +
foobar
foobar
+
+ +row color + + + + +
foobar
+
+ +row color + + + + + + + +
foobar
foobar
+
+ +row image + + + + +
foobar
+
+ +table - color, row color + + + + + + + +
foobar
foobar
+
+ +table - image, row color + + + + + + + +
foobar
foobar
+
+ +table - color; row image + + + + +
foobar
+
+ +table - image, row image + + + + +
foobar
+
+ +table - color; row color; cell color + + + + + + + +
foobar
foobar
+
+ +table - image; row color; cell color + + + + + + + +
foobar
foobar
+
+ +table - color; row image; cell color + + + + + + + +
foobar
foobar
+
+ +table - color; row color; cell image + + + + + + + +
foobar
foobar
+
+ +col group color + + + + + + +
foo
+
+ +col color + + + + +
foo
+
+ +table - image; row image; cell image + + + + + + + +
foobar
foobar
+ +
+table - color, tbodies color, row color + + + + + + + + + + + + +
foo
foo
foo
+ +
+col image + + + + + + +
foobar
foobar
+ +
+table color; col group color; col color; row color; cell color + + + + + + + + + + + + + + + +
foobarfoobar
foobarfoobar
foobarfoobar
+--> + 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