| commit | 715d8737b76fea2e9b12e190059828819c3a9813 | [log] [tgz] |
|---|---|---|
| author | Jeremias Maerki <jeremias@apache.org> | Wed Aug 10 15:15:36 2005 +0000 |
| committer | Jeremias Maerki <jeremias@apache.org> | Wed Aug 10 15:15:36 2005 +0000 |
| tree | 3e554a62372ee002328e9b4944488cb36b79100a | |
| parent | 630ddef7b3c3e70a7af18e1de47898c74c76f28d [diff] |
Now that the whole breakability inside inlines is reenabled, the original elements from the empty block are coming through. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/inlineblock@231261 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/test/layoutengine/testcases/inline1.xml b/test/layoutengine/testcases/inline1.xml index 79f6333..f64ebe3 100644 --- a/test/layoutengine/testcases/inline1.xml +++ b/test/layoutengine/testcases/inline1.xml
@@ -39,6 +39,8 @@ <element-list category="breaker"> <box w="14400"/> <penalty w="0" p="0"/> + <box w="0" aux="true"/> <!-- this is from the empty block --> + <penalty w="0" p="0"/> <box w="14400"/> <skip>3</skip> </element-list>