From 3b9e9f40ac2c6d707cda05a246fe468712c09218 Mon Sep 17 00:00:00 2001 From: Vincent Hennebert Date: Tue, 11 Mar 2008 15:05:27 +0000 Subject: [PATCH] Forgot to add the testcase for forced break vs explicit row height in revision 635686 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@635961 13f79535-47bb-0310-9956-ffa450edef68 --- .../table_row-height_break.xml | 87 +++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 test/layoutengine/standard-testcases/table_row-height_break.xml diff --git a/test/layoutengine/standard-testcases/table_row-height_break.xml b/test/layoutengine/standard-testcases/table_row-height_break.xml new file mode 100644 index 000000000..b6c7d8d37 --- /dev/null +++ b/test/layoutengine/standard-testcases/table_row-height_break.xml @@ -0,0 +1,87 @@ + + + + + +

+ This test checks that a forced break is still taken into account when the minimal height of a + row is not reached yet. +

+
+ + + + + + + + + + The first row of the following table has a fixed height, and a forced break + occurs before this height is reached. + + + + + Cell 1 + Should be on a new page + + + Cell 2 + + + + + Cell 3 + + + Cell 4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
-- 2.39.5