From d7cda98b8a55fde0b500a538055b914d47ec19f9 Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Wed, 18 May 2005 07:56:42 +0000 Subject: [PATCH] First footnotes check without separator. (Note: vertical-align on fo:inline is currently ignored/NYI) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198645 13f79535-47bb-0310-9956-ffa450edef68 --- test/layoutengine/testcases/footnotes1.xml | 80 ++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 test/layoutengine/testcases/footnotes1.xml diff --git a/test/layoutengine/testcases/footnotes1.xml b/test/layoutengine/testcases/footnotes1.xml new file mode 100644 index 000000000..98925592b --- /dev/null +++ b/test/layoutengine/testcases/footnotes1.xml @@ -0,0 +1,80 @@ + + + + + +

+ This test checks footnotes. +

+
+ + + + + + + + + + This is a block with a footnote11I'm a footnote! in it. + This is another block without a footnote. + filling 1... + filling 2... + filling 3... + filling 4... + filling 5... + filling 6... + filling 7... + filling 8... + filling 9... + filling 10... + filling 11... + filling 12... + filling 13... + filling 14... + filling 15... + filling 16... + filling 17... + filling 18... + filling 19... + filling 20... + filling 21... + filling 22... + filling 23... + + + + + + + + + + + + + + + + + + + + + + +
-- 2.39.5