aboutsummaryrefslogtreecommitdiffstats
path: root/test/layoutengine/standard-testcases/table-header_table-footer_4.xml
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2006-10-07 13:25:32 +0000
committerJeremias Maerki <jeremias@apache.org>2006-10-07 13:25:32 +0000
commit2a79fb9d8047c3b6bea4e3a557a8df05f3d3bf6a (patch)
tree1c9b75ae21cf543371225b7b6e15a17739fca5d6 /test/layoutengine/standard-testcases/table-header_table-footer_4.xml
parent2d736c5f0c6905e14bd7dd732ca0cd4d4b9a7338 (diff)
downloadxmlgraphics-fop-2a79fb9d8047c3b6bea4e3a557a8df05f3d3bf6a.tar.gz
xmlgraphics-fop-2a79fb9d8047c3b6bea4e3a557a8df05f3d3bf6a.zip
Bugfix: Nested tables with headers and footers were not handled correctly and could overlap with the region-after.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@453900 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/layoutengine/standard-testcases/table-header_table-footer_4.xml')
-rw-r--r--test/layoutengine/standard-testcases/table-header_table-footer_4.xml179
1 files changed, 179 insertions, 0 deletions
diff --git a/test/layoutengine/standard-testcases/table-header_table-footer_4.xml b/test/layoutengine/standard-testcases/table-header_table-footer_4.xml
new file mode 100644
index 000000000..26f305663
--- /dev/null
+++ b/test/layoutengine/standard-testcases/table-header_table-footer_4.xml
@@ -0,0 +1,179 @@
+<?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 tables, especially headers and footers. Focus is on respect for after
+ regions when headers and footers are used.
+ </p>
+ </info>
+ <fo>
+ <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
+ <fo:layout-master-set>
+ <fo:simple-page-master master-name="normal" page-width="5in" page-height="3in">
+ <fo:region-body margin-top="0.5in" margin-bottom="0.5in"/>
+ <fo:region-before extent="0.5in" background-color="lightgray"/>
+ <fo:region-after extent="0.5in" background-color="lightgray"/>
+ </fo:simple-page-master>
+ </fo:layout-master-set>
+ <fo:page-sequence master-reference="normal" white-space-collapse="true">
+ <fo:flow flow-name="xsl-region-body">
+ <fo:table table-layout="fixed" width="100%">
+ <fo:table-column/>
+ <fo:table-header color="red">
+ <fo:table-row>
+ <fo:table-cell id="outer-header">
+ <fo:block>Outer header</fo:block>
+ </fo:table-cell>
+ </fo:table-row>
+ </fo:table-header>
+ <fo:table-footer color="red">
+ <fo:table-row>
+ <fo:table-cell id="outer-footer">
+ <fo:block>Outer footer</fo:block>
+ </fo:table-cell>
+ </fo:table-row>
+ </fo:table-footer>
+ <fo:table-body>
+ <fo:table-row>
+ <fo:table-cell id="outer-table-cell">
+ <fo:table table-layout="fixed" width="100%">
+ <fo:table-column/>
+ <fo:table-header color="orange">
+ <fo:table-row>
+ <fo:table-cell id="inner-header">
+ <fo:block>Inner header</fo:block>
+ </fo:table-cell>
+ </fo:table-row>
+ </fo:table-header>
+ <fo:table-footer color="orange">
+ <fo:table-row>
+ <fo:table-cell id="inner-footer">
+ <fo:block>Inner footer</fo:block>
+ </fo:table-cell>
+ </fo:table-row>
+ </fo:table-footer>
+ <fo:table-body>
+ <fo:table-row>
+ <fo:table-cell>
+ <fo:block>content content content</fo:block>
+ </fo:table-cell>
+ </fo:table-row>
+ <fo:table-row>
+ <fo:table-cell>
+ <fo:block>content content content</fo:block>
+ </fo:table-cell>
+ </fo:table-row>
+ <fo:table-row>
+ <fo:table-cell>
+ <fo:block>content content content</fo:block>
+ </fo:table-cell>
+ </fo:table-row>
+ <fo:table-row>
+ <fo:table-cell>
+ <fo:block>content content content</fo:block>
+ </fo:table-cell>
+ </fo:table-row>
+ <fo:table-row>
+ <fo:table-cell>
+ <fo:block>content content content</fo:block>
+ </fo:table-cell>
+ </fo:table-row>
+ <fo:table-row>
+ <fo:table-cell>
+ <fo:block>content content content</fo:block>
+ </fo:table-cell>
+ </fo:table-row>
+ <fo:table-row>
+ <fo:table-cell>
+ <fo:block>content content content</fo:block>
+ </fo:table-cell>
+ </fo:table-row>
+ <fo:table-row>
+ <fo:table-cell>
+ <fo:block>content content content</fo:block>
+ </fo:table-cell>
+ </fo:table-row>
+ <fo:table-row>
+ <fo:table-cell>
+ <fo:block>content content content</fo:block>
+ </fo:table-cell>
+ </fo:table-row>
+ <fo:table-row>
+ <fo:table-cell>
+ <fo:block>content content content</fo:block>
+ </fo:table-cell>
+ </fo:table-row>
+ <fo:table-row>
+ <fo:table-cell>
+ <fo:block>content content content</fo:block>
+ </fo:table-cell>
+ </fo:table-row>
+ </fo:table-body>
+ </fo:table>
+ </fo:table-cell>
+ </fo:table-row>
+ </fo:table-body>
+ </fo:table>
+ </fo:flow>
+ </fo:page-sequence>
+ </fo:root>
+ </fo>
+ <checks>
+ <element-list category="breaker">
+ <box w="14400"/>
+ <penalty w="57600" p="0"/> <!-- outer and inner header/footer = 4 * 14400 = 57600 -->
+ <box w="14400"/>
+ <penalty w="57600" p="0"/>
+ <box w="14400"/>
+ <penalty w="57600" p="0"/>
+ <box w="14400"/>
+ <penalty w="57600" p="0"/>
+ <box w="14400"/>
+ <penalty w="57600" p="0"/>
+ <box w="14400"/>
+ <penalty w="57600" p="0"/>
+ <box w="14400"/>
+ <penalty w="57600" p="0"/>
+ <box w="14400"/>
+ <penalty w="57600" p="0"/>
+ <box w="14400"/>
+ <penalty w="57600" p="0"/>
+ <box w="14400"/>
+ <penalty w="57600" p="0"/>
+ <box w="43200"/> <!-- including nested header/footer -->
+ <box w="14400"/> <!--header-->
+ <box w="14400"/> <!--footer-->
+ <skip>3</skip>
+ </element-list>
+
+ <!-- top-offset of outer table-cell on first page -->
+ <eval expected="14400" xpath="//pageViewport[@nr=1]//flow/block[1]/block[2]/@top-offset"/>
+ <!-- last row in nested table on first page -->
+ <eval expected="86400" xpath="//pageViewport[@nr=1]//flow/block[1]/block[2]/block[1]/block[7]/@top-offset"/>
+ <!-- top-offset of footer of nested tableon first page -->
+ <eval expected="100800" xpath="//pageViewport[@nr=1]//flow/block[1]/block[2]/block[1]/block[8]/@top-offset"/>
+ <!-- top-offset of outer footer on first page -->
+ <eval expected="129600" xpath="//pageViewport[@nr=1]//flow/block[1]/block[3]/@top-offset"/>
+
+ <!-- content lengths of both pages -->
+ <eval expected="144000" xpath="//pageViewport[@nr=1]//flow/@bpd"/>
+ <eval expected="129600" xpath="//pageViewport[@nr=2]//flow/@bpd"/>
+ </checks>
+</testcase>