From 593c6b7108e52753a0751778ec6cd05a22f57598 Mon Sep 17 00:00:00 2001 From: "karnaze%netscape.com" Date: Mon, 7 Jun 1999 21:14:19 +0000 Subject: [PATCH] background regression test --- layout/html/tests/table/core/backgrounds.html | 280 ++++++++++++++++++ layout/html/tests/table/core/file_list.txt | 1 + 2 files changed, 281 insertions(+) create mode 100644 layout/html/tests/table/core/backgrounds.html 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