From 750c6e9a9de3a1698c443e1eb5d94dd9c1b397be Mon Sep 17 00:00:00 2001 From: Simon Pepping Date: Wed, 12 Oct 2005 19:50:13 +0000 Subject: [PATCH] Tests the case when an fo:inline starts a block after some text in the parent fo git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@315016 13f79535-47bb-0310-9956-ffa450edef68 --- .../testcases/inline_block_nested_4.xml | 68 +++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 test/layoutengine/testcases/inline_block_nested_4.xml diff --git a/test/layoutengine/testcases/inline_block_nested_4.xml b/test/layoutengine/testcases/inline_block_nested_4.xml new file mode 100644 index 000000000..02df52d80 --- /dev/null +++ b/test/layoutengine/testcases/inline_block_nested_4.xml @@ -0,0 +1,68 @@ + + + + + +

+ This test checks block content in fo:inline. It tests the + case when an fo:inline starts a block after some + text in the parent fo. +

+
+ + + + + + + + + + + Before inline + starting with a block + after block + After inline + + + + + + + + + + + + + + + + + + + + + + + + +
-- 2.39.5