From 145f071b76a54c53b59d8905ff6f6b484f29dec0 Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Fri, 29 Aug 2008 16:42:38 +0000 Subject: [PATCH] Added missing generation of areas for empty grid units in tables with collapsing border model. (missing test case) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@690324 13f79535-47bb-0310-9956-ffa450edef68 --- .../table_border-collapse_missing.xml | 192 ++++++++++++++++++ 1 file changed, 192 insertions(+) create mode 100644 test/layoutengine/standard-testcases/table_border-collapse_missing.xml diff --git a/test/layoutengine/standard-testcases/table_border-collapse_missing.xml b/test/layoutengine/standard-testcases/table_border-collapse_missing.xml new file mode 100644 index 000000000..113841a3e --- /dev/null +++ b/test/layoutengine/standard-testcases/table_border-collapse_missing.xml @@ -0,0 +1,192 @@ + + + + + +

+ This test checks the behaviour in the collapsing border model when table-cells are missing. +

+
+ + + + + + + + + + + + + + + + + cell A1 + + + cell B1 + + + + + cell A2 + + + cell B2 + + + cell C2 + + + + + cell A3 + + + cell C3 + + + + + cell C4 + + + + + cell A5 + + + cell C5 + + + + + cell B6 + + + cell C6 + + + + + + + + + + cell A1 cell A1 cell A1 cell A1 cell A1 cell A1 cell A1 cell A1 + + + cell B1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
-- 2.39.5