diff options
author | Andreas L. Delmelle <adelmelle@apache.org> | 2006-02-01 21:13:42 +0000 |
---|---|---|
committer | Andreas L. Delmelle <adelmelle@apache.org> | 2006-02-01 21:13:42 +0000 |
commit | ae44bf2f4429d982e604d6202a2905dcd24da658 (patch) | |
tree | bd9616ed183d9a94e068acdb732c8c32f5dfbde6 /test/layoutengine | |
parent | 36540e2591b3bfc1060d540536c5dad01ceed8e5 (diff) | |
download | xmlgraphics-fop-ae44bf2f4429d982e604d6202a2905dcd24da658.tar.gz xmlgraphics-fop-ae44bf2f4429d982e604d6202a2905dcd24da658.zip |
Further fine-tuning of white-space-handling during refinement
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@374174 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/layoutengine')
-rw-r--r-- | test/layoutengine/standard-testcases/inline_border_padding.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/layoutengine/standard-testcases/inline_border_padding.xml b/test/layoutengine/standard-testcases/inline_border_padding.xml index 609a09625..5797da93a 100644 --- a/test/layoutengine/standard-testcases/inline_border_padding.xml +++ b/test/layoutengine/standard-testcases/inline_border_padding.xml @@ -118,8 +118,8 @@ <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[5]/lineArea[4]/inlineparent/@border-end"/> <eval expected="2000" xpath="//flow/block[5]/lineArea[4]/inlineparent/@padding-end"/> - <eval expected="118830" xpath="//flow/block[6]/lineArea/inlineparent/@ipd"/> - <eval expected="126830" xpath="//flow/block[6]/lineArea/inlineparent/@ipda"/> + <eval expected="113270" xpath="//flow/block[6]/lineArea/inlineparent/@ipd"/> + <eval expected="121270" xpath="//flow/block[6]/lineArea/inlineparent/@ipda"/> <eval expected="0" xpath="//flow/block[6]/lineArea/inlineparent/@offset"/> <eval expected="(solid,#ff0000,2000)" xpath="//flow/block[6]/lineArea/inlineparent/@border-after"/> <eval expected="(solid,#ff0000,2000)" xpath="//flow/block[6]/lineArea/inlineparent/@border-before"/> @@ -127,8 +127,8 @@ <eval expected="(solid,#ff0000,2000)" xpath="//flow/block[6]/lineArea/inlineparent/@border-start"/> <eval expected="2000" xpath="//flow/block[6]/lineArea/inlineparent/@padding-end"/> <eval expected="2000" xpath="//flow/block[6]/lineArea/inlineparent/@padding-start"/> - <eval expected="78930" xpath="//flow/block[6]/lineArea/inlineparent/inlineparent/@ipd"/> - <eval expected="84930" xpath="//flow/block[6]/lineArea/inlineparent/inlineparent/@ipda"/> + <eval expected="76150" xpath="//flow/block[6]/lineArea/inlineparent/inlineparent/@ipd"/> + <eval expected="82150" xpath="//flow/block[6]/lineArea/inlineparent/inlineparent/@ipda"/> <eval expected="0" xpath="//flow/block[6]/lineArea/inlineparent/inlineparent/@offset"/> <eval expected="(solid,#008000,1000)" xpath="//flow/block[6]/lineArea/inlineparent/inlineparent/@border-after"/> <eval expected="(solid,#008000,1000)" xpath="//flow/block[6]/lineArea/inlineparent/inlineparent/@border-before"/> |