blob: cee76ff679a481bc4f33ed2668eaa4f1b2f12a8e [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You 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 the height of an fo:basic-link spanning over several lines.
</p>
</info>
<fo>
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
<fo:layout-master-set>
<fo:simple-page-master master-name="page"
page-height="420pt" page-width="320pt" margin="10pt">
<fo:region-body/>
</fo:simple-page-master>
</fo:layout-master-set>
<fo:page-sequence master-reference="page" writing-mode="rl">
<fo:flow flow-name="xsl-region-body">
<fo:block>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer quis neque
vitae lectus condimentum. <fo:basic-link id="link" color="blue"
external-destination="url(http://xmlgraphics.apache.org/fop/)">In <fo:inline
baseline-shift="12pt">in</fo:inline> <fo:inline font-size="24pt"
baseline-shift="-20pt">egestas</fo:inline> nisi</fo:basic-link>. Etiam at ante eget
velit placerat ullamcorper.</fo:block>
</fo:flow>
</fo:page-sequence>
</fo:root>
</fo>
<checks>
<!-- First line -->
<eval expected="23100" xpath="//lineArea[2]//inlineparent[@prod-id='link']/@bpd"/>
<eval expected="0" xpath="//lineArea[2]//inlineparent[@prod-id='link']/@offset"/>
<eval expected="11100" xpath="//lineArea[2]//inlineparent[@prod-id='link']/text[1]/@bpd"/>
<eval expected="12000" xpath="//lineArea[2]//inlineparent[@prod-id='link']/text[1]/@offset"/>
<eval expected="11100" xpath="//lineArea[2]//inlineparent[@prod-id='link']/inlineparent/@bpd"/>
<eval expected="0" xpath="//lineArea[2]//inlineparent[@prod-id='link']/inlineparent/@offset"/>
<!-- Second line -->
<eval expected="33584" xpath="//lineArea[3]//inlineparent[@prod-id='link']/@bpd"/>
<eval expected="0" xpath="//lineArea[3]//inlineparent[@prod-id='link']/@offset"/>
<eval expected="22200" xpath="//lineArea[3]//inlineparent[@prod-id='link']/inlineparent/@bpd"/>
<eval expected="11384" xpath="//lineArea[3]//inlineparent[@prod-id='link']/inlineparent/@offset"/>
<eval expected="11100" xpath="//lineArea[3]//inlineparent[@prod-id='link']/text[1]/@bpd"/>
<eval expected="0" xpath="//lineArea[3]//inlineparent[@prod-id='link']/text[1]/@offset"/>
</checks>
</testcase>