diff options
author | Jeremias Maerki <jeremias@apache.org> | 2006-01-19 15:10:14 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2006-01-19 15:10:14 +0000 |
commit | 4a34763794b0293bbcf74a08f34d0035aeff61fe (patch) | |
tree | 5fbd7a0fd8b310a4ee4343fe697189f9131939eb /test/layoutengine/disabled-testcases.xml | |
parent | 9a01ca2474cad035c82810d6b541cde6dbd896aa (diff) | |
download | xmlgraphics-fop-4a34763794b0293bbcf74a08f34d0035aeff61fe.tar.gz xmlgraphics-fop-4a34763794b0293bbcf74a08f34d0035aeff61fe.zip |
Following a clarification by the XSL FO SG, space traits are only set on the first and last area generated by an FO, and not on every area anymore.
For details, see: http://wiki.apache.org/xmlgraphics-fop/XslFoSpecificationUncertainties/SpaceTraits
Note: this change brings another issue in column balancing to light. That's the reason for disabling one of the tests. I wasn't able to find a quick fix there.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@370494 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/layoutengine/disabled-testcases.xml')
-rwxr-xr-x | test/layoutengine/disabled-testcases.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/layoutengine/disabled-testcases.xml b/test/layoutengine/disabled-testcases.xml index 684e5c4c1..78ef2a7eb 100755 --- a/test/layoutengine/disabled-testcases.xml +++ b/test/layoutengine/disabled-testcases.xml @@ -260,6 +260,11 @@ content to disappear.</description> </testcase> <testcase> + <name>Column Balancing problems</name> + <file>region-body_column-count_bug36356.xml</file> + <description>Column balancing doesn't work as expected.</description> + </testcase> + <testcase> <name>No background-images on table-body</name> <file>table-body_background-image.xml</file> <description>The backgrounds of table-body, table-header, |