From f883f199b673ab284d45c0b8218c92dcee1b8ba8 Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Mon, 29 Aug 2005 12:01:13 +0000 Subject: Bugzilla #36396: More test cases for background images. Submitted by: Manuel Mall git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@264118 13f79535-47bb-0310-9956-ffa450edef68 --- .../testcases/background-image-table3.xml | 107 +++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 test/layoutengine/testcases/background-image-table3.xml (limited to 'test/layoutengine/testcases/background-image-table3.xml') diff --git a/test/layoutengine/testcases/background-image-table3.xml b/test/layoutengine/testcases/background-image-table3.xml new file mode 100644 index 000000000..c6d5e7de0 --- /dev/null +++ b/test/layoutengine/testcases/background-image-table3.xml @@ -0,0 +1,107 @@ + + + + + +

+ This test checks background image on a table. +

+
+ + ../../resources/images/bgimg300dpi.jpg + + + + + + + + + + + + + + + + + + Header Col 1 + + + Header Col 2 + + + Header Col 3 + + + + + + + Row 1 Col 1 + + + Row 1 Col 2 + + + Row 1 Col 3 + + + + + Row 2 Col 1 + + + Row 2 Col 2 + + + Row 2 Col 3 + + + + + Row 3 Col 1 + + + Row 3 Col 2 + + + Row 3 Col 3 + + + + + Row 4 Col 1 + + + Row 4 Col 2 + + + Row 4 Col 3 + + + + + Table with centered row 1 background + + + + + + +
-- cgit v1.2.3