diff options
author | Jeremias Maerki <jeremias@apache.org> | 2005-08-10 15:01:49 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2005-08-10 15:01:49 +0000 |
commit | 630ddef7b3c3e70a7af18e1de47898c74c76f28d (patch) | |
tree | 4d8c6eeb1c8f9ac614526776d39a8f089d486886 | |
parent | 3def9e834966adfb00a0d2cbac9c5b1b07fe99c1 (diff) | |
download | xmlgraphics-fop-630ddef7b3c3e70a7af18e1de47898c74c76f28d.tar.gz xmlgraphics-fop-630ddef7b3c3e70a7af18e1de47898c74c76f28d.zip |
Added the missing auxiliary boxes caused by border and padding on the table (currently not generated due to a bug).
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/inlineblock@231256 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | test/layoutengine/testcases/inline-block2.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/layoutengine/testcases/inline-block2.xml b/test/layoutengine/testcases/inline-block2.xml index 2d759a618..60bdea9f1 100644 --- a/test/layoutengine/testcases/inline-block2.xml +++ b/test/layoutengine/testcases/inline-block2.xml @@ -75,9 +75,11 @@ <box w="14400"/> <box w="14400"/> <penalty w="0" p="0"/> + <box w="10000" aux="true"/> <box w="14400"/> <penalty w="20000" p="0"/> <box w="14400"/> + <box w="10000" aux="true"/> <penalty w="0" p="0"/> <box w="14400"/> <box w="14400"/> |