From d39bfced9a5568f5bc44aaca2c8a0f9e97a4eb7f Mon Sep 17 00:00:00 2001 From: Vincent Hennebert Date: Fri, 24 Apr 2009 14:27:49 +0000 Subject: Bugfix: footnotes occurring within the forced height of a table row did not appear on the output git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@768320 13f79535-47bb-0310-9956-ffa450edef68 --- .../footnote_in_table_fixed-height.xml | 67 ++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 test/layoutengine/standard-testcases/footnote_in_table_fixed-height.xml (limited to 'test') diff --git a/test/layoutengine/standard-testcases/footnote_in_table_fixed-height.xml b/test/layoutengine/standard-testcases/footnote_in_table_fixed-height.xml new file mode 100644 index 000000000..0b1e02d94 --- /dev/null +++ b/test/layoutengine/standard-testcases/footnote_in_table_fixed-height.xml @@ -0,0 +1,67 @@ + + + + + +

+ This test checks that a footnote within the fixed height of a table row is properly handled. +

+
+ + + + + + + + + + Before the table + + + + + + + Cell 1.1 + Cell 1.1 + Cell 1.1 + + + Cell 1.2 + (1) + + (1) Footnote within the fixed height. + + + Cell 1.2 + Cell 1.2 + + + + + + + + + + + + +
-- cgit v1.2.3