diff options
author | Jeremias Maerki <jeremias@apache.org> | 2006-04-12 08:58:46 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2006-04-12 08:58:46 +0000 |
commit | 001c8a9e479b1e14ec5940978ff7714ddd27a4bb (patch) | |
tree | 4c707ac150b3a8308236a686a5d9844019fe4dc9 /test/layoutengine/disabled-testcases.xml | |
parent | 027ffa3e6e558b7c446ce3b02c5fd9d663aec9ff (diff) | |
download | xmlgraphics-fop-001c8a9e479b1e14ec5940978ff7714ddd27a4bb.tar.gz xmlgraphics-fop-001c8a9e479b1e14ec5940978ff7714ddd27a4bb.zip |
Adding a test case that demonstrates a problem with forward references and page-number-citation. The reference's width is adjusted, but not the whole line. Some code in the area tree tries to adjust word- and letter-spacing but it does not seem to be working properly.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@393420 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/layoutengine/disabled-testcases.xml')
-rw-r--r-- | 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 a4c883aaa..84f8bc5cd 100644 --- a/test/layoutengine/disabled-testcases.xml +++ b/test/layoutengine/disabled-testcases.xml @@ -226,6 +226,11 @@ placed correctly.</description> </testcase> <testcase> + <name>page-number-citation: Forward references not adjusted properly</name> + <file>page-number-citation_forward-ref.xml</file> + <description>Forward references are not properly adjusted when they are resolved.</description> + </testcase> + <testcase> <name>IDs are not working on all FO elements</name> <file>page-number-citation_complex_1.xml</file> <description>The "id" attributes are not properly handled for all block-level FO elements.</description> |