blob: 254036b496f535803ed04cd568ed18767169c095 [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 markers, especially the behaviour of block being broken over pages. This is almost the same
as markers5a except that tables are used instead of plain blocks.
</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="1.8in">
<fo:region-body margin="0.5in 0in"/>
<fo:region-before extent="0.5in"/>
<fo:region-after extent="0.5in"/>
</fo:simple-page-master>
</fo:layout-master-set>
<fo:page-sequence master-reference="normal" white-space-collapse="true">
<fo:static-content flow-name="xsl-region-before">
<fo:block>
page <fo:page-number/>
</fo:block>
<fo:block>
<fo:retrieve-marker retrieve-class-name="previous-total" retrieve-boundary="page-sequence" retrieve-position="first-starting-within-page"/>
</fo:block>
</fo:static-content>
<fo:static-content flow-name="xsl-region-after">
<fo:block text-align="end">
<fo:retrieve-marker retrieve-class-name="total" retrieve-boundary="page-sequence" retrieve-position="last-ending-within-page"/>
</fo:block>
</fo:static-content>
<fo:flow flow-name="xsl-region-body">
<fo:table table-layout="fixed">
<fo:table-column column-width="2in"/>
<fo:table-column column-width="2in"/>
<fo:table-body>
<fo:table-row>
<fo:table-cell>
<fo:block>
<fo:marker marker-class-name="previous-total">0.00</fo:marker>
<fo:marker marker-class-name="total">1.00</fo:marker>
1</fo:block>
</fo:table-cell>
<fo:table-cell>
<fo:block>1.00</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell>
<fo:block>
<fo:marker marker-class-name="previous-total">1.00</fo:marker>
<fo:marker marker-class-name="total">2.00</fo:marker>
2</fo:block>
</fo:table-cell>
<fo:table-cell>
<fo:block>1.00</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell>
<fo:block>
<fo:marker marker-class-name="previous-total">2.00</fo:marker>
<fo:marker marker-class-name="total">3.00</fo:marker>
3</fo:block>
</fo:table-cell>
<fo:table-cell>
<fo:block>1.00</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell>
<fo:block>
<fo:marker marker-class-name="previous-total">3.00</fo:marker>
<fo:marker marker-class-name="total">4.00</fo:marker>
4</fo:block>
</fo:table-cell>
<fo:table-cell>
<fo:block>1.00</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell>
<fo:block>
<fo:marker marker-class-name="previous-total">4.00</fo:marker>
<fo:marker marker-class-name="total">5.00</fo:marker>
5</fo:block>
</fo:table-cell>
<fo:table-cell>
<fo:block>1.00</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell>
<fo:block>
<fo:marker marker-class-name="previous-total">5.00</fo:marker>
<fo:marker marker-class-name="total">6.00</fo:marker>
6</fo:block>
</fo:table-cell>
<fo:table-cell>
<fo:block>1.00</fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
</fo:flow>
</fo:page-sequence>
</fo:root>
</fo>
<checks>
<!-- page 1 -->
<eval expected="0.00" xpath="//pageViewport[1]/page/regionViewport[1]/regionBefore/block[2]/lineArea"/>
<eval expected="4.00" xpath="//pageViewport[1]/page/regionViewport[3]/regionAfter/block[1]/lineArea"/>
<eval expected="1" xpath="//pageViewport[1]/page/regionViewport[2]/regionBody/mainReference/span/flow/block[1]/block[1]/block[1]/lineArea"/>
<eval expected="2" xpath="//pageViewport[1]/page/regionViewport[2]/regionBody/mainReference/span/flow/block[1]/block[3]/block[1]/lineArea"/>
<eval expected="3" xpath="//pageViewport[1]/page/regionViewport[2]/regionBody/mainReference/span/flow/block[1]/block[5]/block[1]/lineArea"/>
<eval expected="4" xpath="//pageViewport[1]/page/regionViewport[2]/regionBody/mainReference/span/flow/block[1]/block[7]/block[1]/lineArea"/>
<!-- page 2 -->
<eval expected="4.00" xpath="//pageViewport[2]/page/regionViewport[1]/regionBefore/block[2]/lineArea"/>
<eval expected="6.00" xpath="//pageViewport[2]/page/regionViewport[3]/regionAfter/block[1]/lineArea"/>
<eval expected="5" xpath="//pageViewport[2]/page/regionViewport[2]/regionBody/mainReference/span/flow/block[1]/block[1]/block[1]/lineArea"/>
<eval expected="6" xpath="//pageViewport[2]/page/regionViewport[2]/regionBody/mainReference/span/flow/block[1]/block[3]/block[1]/lineArea"/>
</checks>
</testcase>