diff options
author | Andreas L. Delmelle <adelmelle@apache.org> | 2009-08-23 20:27:48 +0000 |
---|---|---|
committer | Andreas L. Delmelle <adelmelle@apache.org> | 2009-08-23 20:27:48 +0000 |
commit | a6b2b2e4b9c9d42fabe160a1f5682dfd5903f052 (patch) | |
tree | 85f3566090fe3eec137495609928f0e8229e0815 /test/layoutengine/disabled-testcases.xml | |
parent | 6f8f64269426d81124876958b437536536b469f2 (diff) | |
download | xmlgraphics-fop-a6b2b2e4b9c9d42fabe160a1f5682dfd5903f052.tar.gz xmlgraphics-fop-a6b2b2e4b9c9d42fabe160a1f5682dfd5903f052.zip |
Bugzilla 46905: Added basic implementation for column-level keeps.
Also added one disabled-testcase for a remaining issue with page-level
keeps in multi-column layout.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@807014 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/layoutengine/disabled-testcases.xml')
-rw-r--r-- | test/layoutengine/disabled-testcases.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/layoutengine/disabled-testcases.xml b/test/layoutengine/disabled-testcases.xml index ba985bf8d..1fb4f2926 100644 --- a/test/layoutengine/disabled-testcases.xml +++ b/test/layoutengine/disabled-testcases.xml @@ -216,4 +216,10 @@ <description>A soft hyphen should be a preferred as break compared to a normal hyphenation point but is not.</description> </testcase> + <testcase> + <name>Page-keep not respected in multi-column layout</name> + <file>keep_within-page_multi-column_overflow.xml</file> + <description>The block should cause overflow in the + last column on the page, rather than be broken.</description> + </testcase> </disabled-testcases> |