From 7c906c3babdad29fc57a90e1680a8e10e2336c85 Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Wed, 15 Mar 2006 09:28:49 +0000 Subject: Bugfix: Fixed an NPE that was thrown when a table was used inside a footnote-body. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@386015 13f79535-47bb-0310-9956-ffa450edef68 --- .../standard-testcases/table_in_footnote.xml | 64 ++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 test/layoutengine/standard-testcases/table_in_footnote.xml (limited to 'test') diff --git a/test/layoutengine/standard-testcases/table_in_footnote.xml b/test/layoutengine/standard-testcases/table_in_footnote.xml new file mode 100644 index 000000000..0c187e4fa --- /dev/null +++ b/test/layoutengine/standard-testcases/table_in_footnote.xml @@ -0,0 +1,64 @@ + + + + + +

+ This test is a regression check for an NPE that occured when a table is placed in a footnote-body. +

+
+ + + + + + + + + + + A table within a + + footnote + + + + + + + + + One cell shouldn't be too hard to render. + + + + + + + + + shouldn't be a problem. + + + + + + + + + +
-- cgit v1.2.3