diff options
author | Vincent Hennebert <vhennebert@apache.org> | 2007-07-09 16:00:51 +0000 |
---|---|---|
committer | Vincent Hennebert <vhennebert@apache.org> | 2007-07-09 16:00:51 +0000 |
commit | 42579b92feb1f39e1e1fb52ab0aafa1269384ced (patch) | |
tree | 57caa8cb33508a827b74fd4abf3446e965eafe7a /test | |
parent | b5151be754223d2e96dfe8ec8c2315cf1947a09d (diff) | |
download | xmlgraphics-fop-42579b92feb1f39e1e1fb52ab0aafa1269384ced.tar.gz xmlgraphics-fop-42579b92feb1f39e1e1fb52ab0aafa1269384ced.zip |
Use a list of active cells for computing steps, continued:
- remove the need for backupWidth
- handle the iteration over the cell's Knuth element inside the active cell itself
- improve the computation of the remaining height (a testcase needed to be updated; no visual change, only the values for the boxes/penalties which lead to the same result)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@554690 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test')
-rw-r--r-- | test/layoutengine/standard-testcases/table_border-collapse_separate_border-spacing_2.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/test/layoutengine/standard-testcases/table_border-collapse_separate_border-spacing_2.xml b/test/layoutengine/standard-testcases/table_border-collapse_separate_border-spacing_2.xml index 74062c456..bb4746cdd 100644 --- a/test/layoutengine/standard-testcases/table_border-collapse_separate_border-spacing_2.xml +++ b/test/layoutengine/standard-testcases/table_border-collapse_separate_border-spacing_2.xml @@ -136,11 +136,11 @@ <glue w="7500"/> <box w="15000"/> <penalty w="0"/> - <box w="10000"/> - <penalty w="0"/> - <box w="0"/> + <box w="5000"/> <penalty w="5000"/> - <box w="10000"/> + <box w="0"/> + <penalty w="10000"/> + <box w="15000"/> <penalty w="0"/> <box w="0"/> <penalty w="5000"/> @@ -156,11 +156,11 @@ <glue w="7500"/> <box w="15000"/> <penalty w="0"/> - <box w="10000"/> - <penalty w="0"/> - <box w="0"/> + <box w="5000"/> <penalty w="5000"/> - <box w="10000"/> + <box w="0"/> + <penalty w="10000"/> + <box w="15000"/> <penalty w="0"/> <box w="0"/> <penalty w="5000"/> |