From 17cbcb312a316ffa3b71bf6b933fda12e1634bee Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Thu, 28 Jul 2005 21:19:44 +0000 Subject: [PATCH] Testcase which currently shows two bugs: - Padding is not correctly handled when adding areas on tables. - display-align doesn't work as expected in conjunction with border and/or padding. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@225889 13f79535-47bb-0310-9956-ffa450edef68 --- test/layoutengine/testcases/table-cell7.xml | 121 ++++++++++++++++++++ 1 file changed, 121 insertions(+) create mode 100644 test/layoutengine/testcases/table-cell7.xml diff --git a/test/layoutengine/testcases/table-cell7.xml b/test/layoutengine/testcases/table-cell7.xml new file mode 100644 index 000000000..5f979da57 --- /dev/null +++ b/test/layoutengine/testcases/table-cell7.xml @@ -0,0 +1,121 @@ + + + + + +

+ This test checks certain aspects of the area tree generation for table-cells. +

+
+ + + + + + + + + + + + + + plain block + + + cell with border + + + cell with padding + + + cell with border and padding + + + cell with border and height + + + cell with padding and height + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
-- 2.39.5