From a237291cdd1efedc78479fa8b81ce3775f6ec48f Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Tue, 8 Feb 2005 16:54:44 +0000 Subject: [PATCH] Test case for column-number con table-cell and gaps in a row. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198398 13f79535-47bb-0310-9956-ffa450edef68 --- test/layoutengine/testcases/table-cell4.xml | 120 ++++++++++++++++++++ 1 file changed, 120 insertions(+) create mode 100644 test/layoutengine/testcases/table-cell4.xml diff --git a/test/layoutengine/testcases/table-cell4.xml b/test/layoutengine/testcases/table-cell4.xml new file mode 100644 index 000000000..39c4af464 --- /dev/null +++ b/test/layoutengine/testcases/table-cell4.xml @@ -0,0 +1,120 @@ + + + + + +

+ This test checks basic table-cells. This test: column-number and gaps (=empty cells) in rows. +

+
+ + + + + + + + + + + + + + + + + + + cell1 + + + cell2 + + + cell3 + + + cell4 + + + cell5 + + + + + cell6 + + + cell7 + + + cell8 + + + + + cell11 + + + cell10 + + + cell9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
-- 2.39.5