From 57949ba0cfffa2dd5933a103c6ad867de9f1e7a0 Mon Sep 17 00:00:00 2001 From: Glenn Adams Date: Sun, 6 Mar 2016 06:14:41 +0000 Subject: Configure maven build. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/maven@1733788 13f79535-47bb-0310-9956-ffa450edef68 --- .../layoutengine/standard-testcases/leader_toc.xml | 155 +++++++++++++++++++++ 1 file changed, 155 insertions(+) create mode 100644 fop/test/layoutengine/standard-testcases/leader_toc.xml (limited to 'fop/test/layoutengine/standard-testcases/leader_toc.xml') diff --git a/fop/test/layoutengine/standard-testcases/leader_toc.xml b/fop/test/layoutengine/standard-testcases/leader_toc.xml new file mode 100644 index 000000000..a1197d046 --- /dev/null +++ b/fop/test/layoutengine/standard-testcases/leader_toc.xml @@ -0,0 +1,155 @@ + + + + + +

+ This test checks fo:leader in a typical table of content scenario. + This example is taken from the spec section 6.6.1.1.4 +

+
+ + + + + + + + + + + 1. Chapter + + + + + + + 1.1 Section + + + + + + + 1.2 Section + + + + + + + 2. Chapter + + + + + + + 2.1 Section + + + + + + + 2.2 Section + + + + + + + 1. Chapter + + + Text + + + 1.1 Section + + + Text + + + 1.2 Section + + + Text + + + 2. Chapter + + + Text + + + 2.1 Section + + + Text + + + 2.2 Section + + + Text + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
-- cgit v1.2.3