diff options
author | Andreas L. Delmelle <adelmelle@apache.org> | 2006-08-06 18:23:59 +0000 |
---|---|---|
committer | Andreas L. Delmelle <adelmelle@apache.org> | 2006-08-06 18:23:59 +0000 |
commit | 728532622a85ee8f3d0e4878d6951702de9a2dae (patch) | |
tree | 1a51a8f5631a972f94664bd8cb14615239e287c0 /test/layoutengine/disabled-testcases.xml | |
parent | c5315f6df87ff9a1c94bf58efe7029078ceb9b08 (diff) | |
download | xmlgraphics-fop-728532622a85ee8f3d0e4878d6951702de9a2dae.tar.gz xmlgraphics-fop-728532622a85ee8f3d0e4878d6951702de9a2dae.zip |
Rework of the marker/retrieve-marker implementation to cater for correct evaluation of percentages and relative font-sizes, as well as more correct white-space handling.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@429168 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/layoutengine/disabled-testcases.xml')
-rw-r--r-- | test/layoutengine/disabled-testcases.xml | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/test/layoutengine/disabled-testcases.xml b/test/layoutengine/disabled-testcases.xml index f920caea4..85d129643 100644 --- a/test/layoutengine/disabled-testcases.xml +++ b/test/layoutengine/disabled-testcases.xml @@ -195,20 +195,6 @@ lists, yet.</description> </testcase> <testcase> - <name>Whitespace around markers is not handled correctly</name> - <file>marker_white-space-collapse.xml</file> - <description>Whitespace within markers is handled according to the value of - the white-space-collapse property in the context of the fo:marker and not according to - the value of the property in the fo:retrieve-marker context.</description> - </testcase> - <testcase> - <name>Relative font sizes within markers are not handled correctly</name> - <file>marker_font-size.xml</file> - <description>Relative font sizes within markers are evaluated according to the - font size in the fo:marker context and not the font size in the fo:retrieve-marker - context.</description> - </testcase> - <testcase> <name>Page breaking doesn't deal with IPD changes</name> <file>page-breaking_4.xml</file> <description>Page breaking currently doesn't support changing available IPD @@ -334,7 +320,8 @@ <testcase> <name>table-cell empty area with marker.xml</name> <file>table-cell_empty_area_with_marker.xml</file> - <description>A table-cell producing an empty area does currently not add any markers to a page. See TODO entry in AreaAdditionUtil.</description> + <description>A table-cell producing an empty area does currently not add any markers to a page. + See TODO entry in AreaAdditionUtil.</description> </testcase> <testcase> <name>Border conditionality on table</name> |