diff options
author | Manuel Mall <manuel@apache.org> | 2005-10-13 14:17:25 +0000 |
---|---|---|
committer | Manuel Mall <manuel@apache.org> | 2005-10-13 14:17:25 +0000 |
commit | aa87adc7298bf44ac5cb42d4c0d50eff89f0aecb (patch) | |
tree | f03c744a84fc74baab299c860ce4a8e71b0881bd /test | |
parent | 37060ceeeca147bcc3e2e73e3073f0e00ba6051a (diff) | |
download | xmlgraphics-fop-aa87adc7298bf44ac5cb42d4c0d50eff89f0aecb.tar.gz xmlgraphics-fop-aa87adc7298bf44ac5cb42d4c0d50eff89f0aecb.zip |
the broken inline border padding with nested block test
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@320778 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test')
-rwxr-xr-x | test/layoutengine/testcases/inline_border_padding_block_nested_2.xml | 169 |
1 files changed, 169 insertions, 0 deletions
diff --git a/test/layoutengine/testcases/inline_border_padding_block_nested_2.xml b/test/layoutengine/testcases/inline_border_padding_block_nested_2.xml new file mode 100755 index 000000000..a8043e346 --- /dev/null +++ b/test/layoutengine/testcases/inline_border_padding_block_nested_2.xml @@ -0,0 +1,169 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright 2005 The Apache Software Foundation + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<!-- $Id$ --> +<testcase> + <info> + <p> + This test checks fo:inlines with border and padding properties and nested inner blocks. + The 2nd and 3rd tests currently fail with a class cast exception - once that is fixed the checks + below need to be updated to the correct measurements. + </p> + </info> + <fo> + <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:svg="http://www.w3.org/2000/svg"> + <fo:layout-master-set> + <fo:simple-page-master master-name="normal" page-width="5in" page-height="5in" margin="5pt"> + <fo:region-body/> + </fo:simple-page-master> + </fo:layout-master-set> + <fo:page-sequence master-reference="normal" white-space-collapse="true" language="en"> + <fo:flow flow-name="xsl-region-body" font-size="10pt"> + <fo:block background-color="silver" margin="3pt 0pt 3pt 0pt"> + Before inline + <fo:inline + border="solid 1pt red" + border-start-width.length="1pt" + border-start-width.conditionality="retain" + border-end-width.length="1pt" + border-end-width.conditionality="retain" + padding="2pt" + padding-start.length="2pt" + padding-start.conditionality="retain" + padding-end.length="2pt" + padding-end.conditionality="retain" + background-color="yellow"><fo:block>starting with a block</fo:block> + after block</fo:inline> + After inline with conditionality="retain" + </fo:block> + <fo:block background-color="silver" margin="3pt 0pt 3pt 0pt"> + Before inline + <fo:inline + border="solid 1pt red" + border-start-width.length="1pt" + border-start-width.conditionality="retain" + border-end-width.length="1pt" + border-end-width.conditionality="retain" + padding="2pt" + padding-start.length="2pt" + padding-start.conditionality="retain" + padding-end.length="2pt" + padding-end.conditionality="retain" + background-color="yellow">before block + <fo:block>having a block at the end of an inline</fo:block></fo:inline> + After inline with conditionality="retain" + </fo:block> + <fo:block background-color="silver" margin="3pt 0pt 3pt 0pt"> + Before inline + <fo:inline + border="solid 1pt red" + border-start-width.length="1pt" + border-end-width.length="1pt" + border-start-width.length="1pt" + border-start-width.conditionality="retain" + border-end-width.length="1pt" + border-end-width.conditionality="retain" + padding="2pt" + padding-start.length="2pt" + padding-start.conditionality="retain" + padding-end.length="2pt" + padding-end.conditionality="retain" + background-color="yellow">before block + <fo:block>As far as the laws of mathematics refer to reality, they are not certain, + and as far as they are certain, they do not refer to reality - Albert Einstein</fo:block> + after block</fo:inline> + After inline with conditionality="retain" + </fo:block> + </fo:flow> + </fo:page-sequence> + </fo:root> + </fo> + <checks> + <eval expected="344000" xpath="//flow/block[2]/lineArea[2]/inlineblockparent/@ipd"/> + <eval expected="350000" xpath="//flow/block[2]/lineArea[2]/inlineblockparent/@ipda"/> + <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[2]/lineArea[2]/inlineblockparent/@border-after"/> + <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[2]/lineArea[2]/inlineblockparent/@border-before"/> + <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[2]/lineArea[2]/inlineblockparent/@border-start"/> + <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[2]/lineArea[2]/inlineblockparent/@border-end"/> + <eval expected="2000" xpath="//flow/block[2]/lineArea[2]/inlineblockparent/@padding-after"/> + <eval expected="2000" xpath="//flow/block[2]/lineArea[2]/inlineblockparent/@padding-before"/> + <eval expected="2000" xpath="//flow/block[2]/lineArea[2]/inlineblockparent/@padding-start"/> + <eval expected="2000" xpath="//flow/block[2]/lineArea[2]/inlineblockparent/@padding-end"/> + <eval expected="46130" xpath="//flow/block[2]/lineArea[3]/inlineparent/@ipd"/> + <eval expected="52130" xpath="//flow/block[2]/lineArea[3]/inlineparent/@ipda"/> + <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[2]/lineArea[3]/inlineparent/@border-after"/> + <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[2]/lineArea[3]/inlineparent/@border-before"/> + <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[2]/lineArea[3]/inlineparent/@border-start"/> + <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[2]/lineArea[3]/inlineparent/@border-end"/> + <eval expected="2000" xpath="//flow/block[2]/lineArea[3]/inlineparent/@padding-after"/> + <eval expected="2000" xpath="//flow/block[2]/lineArea[3]/inlineparent/@padding-before"/> + <eval expected="2000" xpath="//flow/block[2]/lineArea[3]/inlineparent/@padding-start"/> + <eval expected="2000" xpath="//flow/block[2]/lineArea[3]/inlineparent/@padding-end"/> + + <eval expected="54470" xpath="//flow/block[5]/lineArea[1]/inlineparent/@ipd"/> + <eval expected="60470" xpath="//flow/block[5]/lineArea[1]/inlineparent/@ipda"/> + <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[5]/lineArea[1]/inlineparent/@border-after"/> + <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[5]/lineArea[1]/inlineparent/@border-before"/> + <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[5]/lineArea[1]/inlineparent/@border-start"/> + <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[5]/lineArea[1]/inlineparent/@border-end"/> + <eval expected="2000" xpath="//flow/block[5]/lineArea[1]/inlineparent/@padding-after"/> + <eval expected="2000" xpath="//flow/block[5]/lineArea[1]/inlineparent/@padding-before"/> + <eval expected="2000" xpath="//flow/block[5]/lineArea[1]/inlineparent/@padding-start"/> + <eval expected="2000" xpath="//flow/block[5]/lineArea[1]/inlineparent/@padding-end"/> + <eval expected="344000" xpath="//flow/block[5]/lineArea[2]/inlineblockparent/@ipd"/> + <eval expected="350000" xpath="//flow/block[5]/lineArea[2]/inlineblockparent/@ipda"/> + <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[5]/lineArea[2]/inlineblockparent/@border-after"/> + <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[5]/lineArea[2]/inlineblockparent/@border-before"/> + <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[5]/lineArea[2]/inlineblockparent/@border-start"/> + <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[5]/lineArea[2]/inlineblockparent/@border-end"/> + <eval expected="2000" xpath="//flow/block[5]/lineArea[2]/inlineblockparent/@padding-after"/> + <eval expected="2000" xpath="//flow/block[5]/lineArea[2]/inlineblockparent/@padding-before"/> + <eval expected="2000" xpath="//flow/block[5]/lineArea[2]/inlineblockparent/@padding-start"/> + <eval expected="2000" xpath="//flow/block[5]/lineArea[2]/inlineblockparent/@padding-end"/> + + <eval expected="54470" xpath="//flow/block[8]/lineArea[1]/inlineparent/@ipd"/> + <eval expected="60470" xpath="//flow/block[8]/lineArea[1]/inlineparent/@ipda"/> + <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[8]/lineArea[1]/inlineparent/@border-after"/> + <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[8]/lineArea[1]/inlineparent/@border-before"/> + <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[8]/lineArea[1]/inlineparent/@border-start"/> + <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[8]/lineArea[1]/inlineparent/@border-end"/> + <eval expected="2000" xpath="//flow/block[8]/lineArea[1]/inlineparent/@padding-after"/> + <eval expected="2000" xpath="//flow/block[8]/lineArea[1]/inlineparent/@padding-before"/> + <eval expected="2000" xpath="//flow/block[8]/lineArea[1]/inlineparent/@padding-start"/> + <eval expected="2000" xpath="//flow/block[8]/lineArea[1]/inlineparent/@padding-end"/> + <eval expected="344000" xpath="//flow/block[8]/lineArea[2]/inlineblockparent/@ipd"/> + <eval expected="350000" xpath="//flow/block[8]/lineArea[2]/inlineblockparent/@ipda"/> + <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[8]/lineArea[2]/inlineblockparent/@border-after"/> + <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[8]/lineArea[2]/inlineblockparent/@border-before"/> + <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[8]/lineArea[2]/inlineblockparent/@border-start"/> + <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[8]/lineArea[2]/inlineblockparent/@border-end"/> + <eval expected="2000" xpath="//flow/block[8]/lineArea[2]/inlineblockparent/@padding-after"/> + <eval expected="2000" xpath="//flow/block[8]/lineArea[2]/inlineblockparent/@padding-before"/> + <eval expected="2000" xpath="//flow/block[8]/lineArea[2]/inlineblockparent/@padding-start"/> + <eval expected="2000" xpath="//flow/block[8]/lineArea[2]/inlineblockparent/@padding-end"/> + <eval expected="46130" xpath="//flow/block[8]/lineArea[3]/inlineparent/@ipd"/> + <eval expected="49130" xpath="//flow/block[8]/lineArea[3]/inlineparent/@ipda"/> + <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[8]/lineArea[3]/inlineparent/@border-after"/> + <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[8]/lineArea[3]/inlineparent/@border-before"/> + <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[8]/lineArea[3]/inlineparent/@border-start"/> + <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[8]/lineArea[3]/inlineparent/@border-end"/> + <eval expected="1000" xpath="//flow/block[8]/lineArea[3]/inlineparent/@padding-after"/> + <eval expected="1000" xpath="//flow/block[8]/lineArea[3]/inlineparent/@padding-before"/> + <eval expected="2000" xpath="//flow/block[8]/lineArea[3]/inlineparent/@padding-start"/> + <eval expected="2000" xpath="//flow/block[8]/lineArea[3]/inlineparent/@padding-end"/> + + </checks> +</testcase> |