From 274e37e0b6d635fb0f32ac98abd1bbbc19d96f7c Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Fri, 11 Feb 2005 12:17:32 +0000 Subject: [PATCH] Test case for empty-cells attribute. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198421 13f79535-47bb-0310-9956-ffa450edef68 --- test/layoutengine/testcases/table-cell7.xml | 80 +++++++++++++++++++++ 1 file changed, 80 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..77d9110cd --- /dev/null +++ b/test/layoutengine/testcases/table-cell7.xml @@ -0,0 +1,80 @@ + + + + + +

+ This test checks tables, especially table-cells. This test: borders in conjunction with empty-cells. +

+
+ + + + + + + + + + + + + + + + + + + cell2 + + + + + + + + cell4 + + + + + + + + cell6 + + + + + + + + + + + + + + + + + + + + + +
-- 2.39.5