From 1cbd3fb0a1a1b549fd590c5639aa69e48233e248 Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Fri, 11 Feb 2005 12:17:06 +0000 Subject: [PATCH] Test case for column spanning. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198420 13f79535-47bb-0310-9956-ffa450edef68 --- test/layoutengine/testcases/table-cell6.xml | 114 ++++++++++++++++++++ 1 file changed, 114 insertions(+) create mode 100644 test/layoutengine/testcases/table-cell6.xml diff --git a/test/layoutengine/testcases/table-cell6.xml b/test/layoutengine/testcases/table-cell6.xml new file mode 100644 index 000000000..f903a2eb4 --- /dev/null +++ b/test/layoutengine/testcases/table-cell6.xml @@ -0,0 +1,114 @@ + + + + + +

+ This test checks tables, especially table-cells. This test: simple horizontal spans. +

+
+ + + + + + + + + + + + + + + cell1 + + + cell2 + + + cell3 + + + cell4 + + + cell5 + + + + + cell6a + cell6b + + + cell7a + cell7b + + + cell8a + cell8b + + + + + cell9a + cell9b + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
-- 2.39.5