From c799a221c3075ead7bddc5406ef00d0fe534b1e2 Mon Sep 17 00:00:00 2001 From: Manuel Mall Date: Tue, 2 May 2006 11:24:42 +0000 Subject: [PATCH] Added testcase which demonstrates that (or how?) linebreaking of consecutive images works. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@398909 13f79535-47bb-0310-9956-ffa450edef68 --- .../external-graphic_breaking.xml | 68 +++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100755 test/layoutengine/standard-testcases/external-graphic_breaking.xml diff --git a/test/layoutengine/standard-testcases/external-graphic_breaking.xml b/test/layoutengine/standard-testcases/external-graphic_breaking.xml new file mode 100755 index 000000000..f7deaa3de --- /dev/null +++ b/test/layoutengine/standard-testcases/external-graphic_breaking.xml @@ -0,0 +1,68 @@ + + + + + +

+ This test checks external-graphics and the handling of linebreaks. + It is unclear at the moment if consecutive images with intervening white space + actually should have a linebreak opportunity between them or not. Fop currently + takes the "there is no break opportunity" view and the checks test accordingly. +

+
+ + + + + + + + + + 12 external-graphic elements - no space between them + + 12 external-graphic elements - zwsp between them + + 12 external-graphic elements - with spaces between every 2nd + + + + + + + + + + + + + + + + + + + + + + + + + + + +
-- 2.39.5