From cb481cd002dc4ef2af532d7724eb2db0daf64c9f Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Mon, 7 May 2007 12:22:58 +0000 Subject: [PATCH] Testcase for bookmarks in the area tree. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@535867 13f79535-47bb-0310-9956-ffa450edef68 --- .../standard-testcases/bookmarks_1.xml | 78 +++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 test/layoutengine/standard-testcases/bookmarks_1.xml diff --git a/test/layoutengine/standard-testcases/bookmarks_1.xml b/test/layoutengine/standard-testcases/bookmarks_1.xml new file mode 100644 index 000000000..a55215bb2 --- /dev/null +++ b/test/layoutengine/standard-testcases/bookmarks_1.xml @@ -0,0 +1,78 @@ + + + + + +

+ This test checks the handling of the bookmarks tree in the area tree. +

+
+ + + + + + + + + + Chapter 1 + + + Chapter 2 + + Section 1 + + + Section 2 + + + + + + Chapter 1 + Blah blah bla. + Chapter 2 + Blah blah bla. + Section 1 + Blah blah bla. + Section 2 + Blah blah bla. + + + + + + + + + + + + + + + + + + + + + +
-- 2.39.5