aboutsummaryrefslogtreecommitdiffstats
path: root/test/fotree/disabled-testcases.xml
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2005-11-29 15:54:47 +0000
committerJeremias Maerki <jeremias@apache.org>2005-11-29 15:54:47 +0000
commit91c26122bb60a107168b19f5b1b6d0d89bc71f65 (patch)
tree86d7dc07e1c712be801c7927598b2be2e34306b6 /test/fotree/disabled-testcases.xml
parent102e39aa942fc57dfd167e60292ef2983702290c (diff)
downloadxmlgraphics-fop-91c26122bb60a107168b19f5b1b6d0d89bc71f65.tar.gz
xmlgraphics-fop-91c26122bb60a107168b19f5b1b6d0d89bc71f65.zip
Negative widths on inline-progression-dimension and block-progression-dimension should be treated as 0pt but they are currently not.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@349743 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/fotree/disabled-testcases.xml')
-rwxr-xr-xtest/fotree/disabled-testcases.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/fotree/disabled-testcases.xml b/test/fotree/disabled-testcases.xml
index 2b7ae2ad6..1ae6f553a 100755
--- a/test/fotree/disabled-testcases.xml
+++ b/test/fotree/disabled-testcases.xml
@@ -21,4 +21,14 @@
<file>demo-test-failure.fo</file>
<description></description>
</testcase>
+ <testcase>
+ <name>Negative values on block-progression-dimension</name>
+ <file>block-progression-dimension_negative.fo</file>
+ <description>The code currently doesn't set negative values to 0mpt as mandated by the spec.</description>
+ </testcase>
+ <testcase>
+ <name>Negative values on inline-progression-dimension</name>
+ <file>inline-progression-dimension_negative.fo</file>
+ <description>The code currently doesn't set negative values to 0mpt as mandated by the spec.</description>
+ </testcase>
</disabled-testcases>