From 23b32dea958c1708f692f9c7199a952ef062b58d Mon Sep 17 00:00:00 2001 From: Vincent Hennebert Date: Wed, 18 Apr 2007 14:39:59 +0000 Subject: Fix the handling of forced breaks which were sometimes counted twice. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@530040 13f79535-47bb-0310-9956-ffa450edef68 --- .../table-cell_block_break-after.xml | 82 ++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 test/layoutengine/standard-testcases/table-cell_block_break-after.xml (limited to 'test/layoutengine/standard-testcases') diff --git a/test/layoutengine/standard-testcases/table-cell_block_break-after.xml b/test/layoutengine/standard-testcases/table-cell_block_break-after.xml new file mode 100644 index 000000000..df1ed152c --- /dev/null +++ b/test/layoutengine/standard-testcases/table-cell_block_break-after.xml @@ -0,0 +1,82 @@ + + + + + +

+ This test checks breaks on tables: breaks inside table-cell content. It ensures that breaks + are taken into account only once. +

+
+ + + + + + + + + + + + + + + Cell 1 + Cell 1 + Cell 1 + + + Cell 2 + + Cell 2 + Cell 2 + Cell 2 + + Cell 2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
-- cgit v1.2.3