From f15db7d7e260738d22feddaef6cd73abdf5860b3 Mon Sep 17 00:00:00 2001 From: Vincent Hennebert Date: Tue, 18 Dec 2007 18:58:29 +0000 Subject: Streamlined the recording of row offsets, by replacing Map with a List. Fixed bug #43633 in the same time. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@605295 13f79535-47bb-0310-9956-ffa450edef68 --- .../table_row-span_missing-cell_bug43633.xml | 96 ++++++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 test/layoutengine/standard-testcases/table_row-span_missing-cell_bug43633.xml (limited to 'test/layoutengine') diff --git a/test/layoutengine/standard-testcases/table_row-span_missing-cell_bug43633.xml b/test/layoutengine/standard-testcases/table_row-span_missing-cell_bug43633.xml new file mode 100644 index 000000000..5cf793bcf --- /dev/null +++ b/test/layoutengine/standard-testcases/table_row-span_missing-cell_bug43633.xml @@ -0,0 +1,96 @@ + + + + + +

+ Check for bug #43633: the second row of the table has only a spanning cell, and the second + cell is missing. This was leading to the spanning cell overlapping cell 1.1, because no + offset was recorded for the second row. +

+
+ + + + + + + + + + Before the table + + + + + + + Cell 1.1 + Cell 1.1 + + + Cell 1.2 + + + + + Cell 2.1 + Cell 2.1 + + + + + Cell 3.2 + + + + + After the table + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
-- cgit v1.2.3