From 6a41df1053195c6afa61f9dbea9faa4e2f7472ca Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Fri, 28 Jan 2005 17:14:14 +0000 Subject: [PATCH] Test case for borders, padding and spacing on list-blocks and list-items. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198340 13f79535-47bb-0310-9956-ffa450edef68 --- test/layoutengine/testcases/list2.xml | 189 ++++++++++++++++++++++++++ 1 file changed, 189 insertions(+) create mode 100644 test/layoutengine/testcases/list2.xml diff --git a/test/layoutengine/testcases/list2.xml b/test/layoutengine/testcases/list2.xml new file mode 100644 index 000000000..88bd983b1 --- /dev/null +++ b/test/layoutengine/testcases/list2.xml @@ -0,0 +1,189 @@ + + + + + +

+ This test checks lists with borders and padding. +

+
+ + + + + + + + + + before list-block + + + + label + + + value + + + + + label + + + value + + + + + label + + + value + + + + after list-block + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
-- 2.39.5