diff options
author | Jeremias Maerki <jeremias@apache.org> | 2008-02-06 14:07:03 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2008-02-06 14:07:03 +0000 |
commit | 448befc115b005dc2a07391182179c686a91d25f (patch) | |
tree | b658d79ef2bbd433580a089758d5ecb945c52166 /test/layoutengine/disabled-testcases.xml | |
parent | 36c62fb27612261f81eb8de02f1754a3d662cea4 (diff) | |
download | xmlgraphics-fop-448befc115b005dc2a07391182179c686a91d25f.tar.gz xmlgraphics-fop-448befc115b005dc2a07391182179c686a91d25f.zip |
Bugzilla #36391:
Fixed problem with positioning of content when reference-orientation="180" is used. CTM is now correct. It is updated after the height of the content is known. Instead of somehow inverting the element list, I've simply declared this case non-breakable, i.e. I generate one box.
Fixed a few other problems mostly occurring when rotating block-container content by 90 or 270 degrees plus a few remaining auto-height handling problems. This involved switching off some sometimes unwanted side-effects from auto-updating the BPD in some area classes.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@618992 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/layoutengine/disabled-testcases.xml')
-rw-r--r-- | test/layoutengine/disabled-testcases.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test/layoutengine/disabled-testcases.xml b/test/layoutengine/disabled-testcases.xml index 5f5672ae7..15ac8aa48 100644 --- a/test/layoutengine/disabled-testcases.xml +++ b/test/layoutengine/disabled-testcases.xml @@ -27,13 +27,6 @@ nominal line.</description> </testcase> <testcase> - <name>Bugzilla #36391: reference-orientation</name> - <file>block-container_reference-orientation_bug36391.xml</file> - <description>There's a problem involving nested block-containers - and reference-orientation 180/-180.</description> - <reference>http://issues.apache.org/bugzilla/show_bug.cgi?id=36391</reference> - </testcase> - <testcase> <name>Auto-height block-containers produce fences</name> <file>block-container_space-before_space-after_3.xml</file> <description>Block-containers with no height currently don't |