From 5f1a10cf2fc2e99d0e3b83debe9125f407283035 Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Fri, 4 Feb 2005 08:27:30 +0000 Subject: [PATCH] Regression test for label-end() function when there are margins on the page-master and the list-block is a direct child of a flow. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198374 13f79535-47bb-0310-9956-ffa450edef68 --- test/layoutengine/testcases/list3.xml | 65 +++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 test/layoutengine/testcases/list3.xml diff --git a/test/layoutengine/testcases/list3.xml b/test/layoutengine/testcases/list3.xml new file mode 100644 index 000000000..4ee43d447 --- /dev/null +++ b/test/layoutengine/testcases/list3.xml @@ -0,0 +1,65 @@ + + + + + +

+ This test checks lists. It is a regression test. list1 tested the indenting fine, but here there's + a page margin that can result in wrong values if the reference area block ipd isn't reported correctly. +

+
+ + + + + + + + + + + + + label 1) + + + + here is text in the list item body + + + + + + + + + + + + + + + + + + + + + + +
-- 2.39.5