From a4c2cb03927957fcad3407a3e31afa72217433b9 Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Mon, 10 Mar 2008 22:39:38 +0000 Subject: Bugfix for row/body/col background painting when padding is used in the table-cells. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@635741 13f79535-47bb-0310-9956-ffa450edef68 --- .../standard-testcases/table_backgrounds_2.xml | 113 +++++++++++++++++++++ 1 file changed, 113 insertions(+) create mode 100644 test/layoutengine/standard-testcases/table_backgrounds_2.xml (limited to 'test') diff --git a/test/layoutengine/standard-testcases/table_backgrounds_2.xml b/test/layoutengine/standard-testcases/table_backgrounds_2.xml new file mode 100644 index 000000000..11d6d67f9 --- /dev/null +++ b/test/layoutengine/standard-testcases/table_backgrounds_2.xml @@ -0,0 +1,113 @@ + + + + + +

+ This test checks background painting for fo:table-row, fo:table-body and fo:table-column + when the cells use padding. +

+
+ + + + + + + + + + + + + + + background on cell + + + background on cell + + + + + background on row + + + background on row + + + + + + + background on body + + + background on body + + + + + + + + + + background on column + + + background on column + + + + + + + + + + background on table + + + background on table + + + + + + + + + + + + + + + + + + + + + + + + +
-- cgit v1.2.3