jeremias 2005/02/03 09:06:29
Added: test/layoutengine/testcases markers5a.xml markers5b.xml
Log:
Derived from markers4 these two test cases exercise
BlockLayoutManager.addMarkers() where currently some markers are added to the
wrong page.
Revision Changes Path
1.1 xml-fop/test/layoutengine/testcases/markers5a.xml
Index: markers5a.xml
===================================================================
<?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: markers5a.xml,v 1.1 2005/02/03 17:06:29 jeremias Exp $ -->
<testcase>
<info>
<p>
This test checks markers, especially the behaviour of block being
broken over pages.
</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:block id="id1">
<fo:marker marker-class-name="previous-total">0.00</fo:marker>
<fo:marker marker-class-name="total">1.00</fo:marker>
1: 1.00
</fo:block>
<fo:block id="id2">
<fo:marker marker-class-name="previous-total">1.00</fo:marker>
<fo:marker marker-class-name="total">2.00</fo:marker>
2: 1.00
</fo:block>
<fo:block id="id3">
<fo:marker marker-class-name="previous-total">2.00</fo:marker>
<fo:marker marker-class-name="total">3.00</fo:marker>
3: 1.00
</fo:block>
<fo:block id="id4">
<fo:marker marker-class-name="previous-total">3.00</fo:marker>
<fo:marker marker-class-name="total">4.00</fo:marker>
4: 1.00
</fo:block>
<fo:block id="id5">
<fo:marker marker-class-name="previous-total">4.00</fo:marker>
<fo:marker marker-class-name="total">5.00</fo:marker>
5: 1.00
</fo:block>
<fo:block id="id6">
<fo:marker marker-class-name="previous-total">5.00</fo:marker>
<fo:marker marker-class-name="total">6.00</fo:marker>
6: 1.00
</fo:block>
</fo:flow>
</fo:page-sequence>
</fo:root>
</fo>
<checks>
</checks>
</testcase>
1.1 xml-fop/test/layoutengine/testcases/markers5b.xml
Index: markers5b.xml
===================================================================
<?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: markers5b.xml,v 1.1 2005/02/03 17:06:29 jeremias Exp $ -->
<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-column column-width="1in"/>
<fo:table-body>
<fo:table-row>
<fo:table-cell>
<fo:block>1</fo:block>
</fo:table-cell>
<fo:table-cell>
<fo:block>1.00</fo:block>
</fo:table-cell>
<fo:table-cell>
<fo:block>
<fo:marker
marker-class-name="previous-total">0</fo:marker>
<fo:marker marker-class-name="total">1.00</fo:marker>
</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell>
<fo:block>2</fo:block>
</fo:table-cell>
<fo:table-cell>
<fo:block>1.00</fo:block>
</fo:table-cell>
<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>
</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell>
<fo:block>3</fo:block>
</fo:table-cell>
<fo:table-cell>
<fo:block>1.00</fo:block>
</fo:table-cell>
<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>
</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell>
<fo:block>4</fo:block>
</fo:table-cell>
<fo:table-cell>
<fo:block>1.00</fo:block>
</fo:table-cell>
<fo:table-cell>
<fo:block id="id4">
<fo:marker
marker-class-name="previous-total">3.00</fo:marker>
<fo:marker marker-class-name="total">4.00</fo:marker>
</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell>
<fo:block>5</fo:block>
</fo:table-cell>
<fo:table-cell>
<fo:block>1.00</fo:block>
</fo:table-cell>
<fo:table-cell>
<fo:block id="id5">
<fo:marker
marker-class-name="previous-total">4.00</fo:marker>
<fo:marker marker-class-name="total">5.00</fo:marker>
</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell>
<fo:block>6</fo:block>
</fo:table-cell>
<fo:table-cell>
<fo:block>1.00</fo:block>
</fo:table-cell>
<fo:table-cell>
<fo:block id="id6">
<fo:marker
marker-class-name="previous-total">5.00</fo:marker>
<fo:marker marker-class-name="total">6.00</fo:marker>
</fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
</fo:flow>
</fo:page-sequence>
</fo:root>
</fo>
<checks>
</checks>
</testcase>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]