blob: 8a9370a5c3204b9bee44b87f7da42e405db216b1 [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 tables, especially table-cells. This test: simple borders with border-collapse="separate".
</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">
<fo:region-body/>
</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%" border-collapse="separate">
<fo:table-column column-width="160pt"/>
<fo:table-column column-width="200pt"/>
<fo:table-body>
<fo:table-row>
<fo:table-cell background-color="lightgreen">
<fo:block>cell1</fo:block>
</fo:table-cell>
<fo:table-cell background-color="green" border="solid 5pt black">
<fo:block>cell2</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell background-color="yellow" border="solid 5pt" padding="5pt">
<fo:block>cell3</fo:block>
</fo:table-cell>
<fo:table-cell height="20pt" background-color="orange" border-top="solid 5pt red" border-bottom="solid 10pt red" border-left="solid 15pt red" border-right="solid 20pt red">
<fo:block text-align="center">cell4</fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
</fo:flow>
</fo:page-sequence>
</fo:root>
</fo>
<checks>
<eval expected="59400" xpath="//flow/block[1]/@bpda"/>
<eval expected="59400" xpath="//flow/block[1]/@bpd"/>
<eval expected="360000" xpath="//flow/block[1]/@ipda"/>
<eval expected="360000" xpath="//flow/block[1]/@ipd"/>
<!-- cell 1 -->
<eval expected="24400" xpath="//flow/block[1]/block[1]/@bpda"/>
<eval expected="24400" xpath="//flow/block[1]/block[1]/@bpd"/>
<eval expected="160000" xpath="//flow/block[1]/block[1]/@ipda"/>
<eval expected="160000" xpath="//flow/block[1]/block[1]/@ipd"/>
<eval expected="14400" xpath="//flow/block[1]/block[1]/block[1]/@bpda"/>
<eval expected="14400" xpath="//flow/block[1]/block[1]/block[1]/@bpd"/>
<eval expected="160000" xpath="//flow/block[1]/block[1]/block[1]/@ipda"/>
<eval expected="160000" xpath="//flow/block[1]/block[1]/block[1]/@ipd"/>
<!-- cell 2 -->
<eval expected="24400" xpath="//flow/block[1]/block[2]/@bpda"/>
<eval expected="14400" xpath="//flow/block[1]/block[2]/@bpd"/>
<eval expected="200000" xpath="//flow/block[1]/block[2]/@ipda"/>
<eval expected="190000" xpath="//flow/block[1]/block[2]/@ipd"/>
<eval expected="165000" xpath="//flow/block[1]/block[2]/@left-offset"/>
<eval expected="14400" xpath="//flow/block[1]/block[2]/block[1]/@bpda"/>
<eval expected="14400" xpath="//flow/block[1]/block[2]/block[1]/@bpd"/>
<eval expected="190000" xpath="//flow/block[1]/block[2]/block[1]/@ipda"/>
<eval expected="190000" xpath="//flow/block[1]/block[2]/block[1]/@ipd"/>
<eval expected="5000 5000 5000 5000" xpath="//flow/block[1]/block[2]/@bap"/>
<!-- cell 3 -->
<eval expected="35000" xpath="//flow/block[1]/block[3]/@bpda"/>
<eval expected="15000" xpath="//flow/block[1]/block[3]/@bpd"/>
<eval expected="160000" xpath="//flow/block[1]/block[3]/@ipda"/>
<eval expected="140000" xpath="//flow/block[1]/block[3]/@ipd"/>
<eval expected="10000" xpath="//flow/block[1]/block[3]/@left-offset"/>
<eval expected="24400" xpath="//flow/block[1]/block[3]/@top-offset"/>
<eval expected="14400" xpath="//flow/block[1]/block[3]/block[1]/@bpda"/>
<eval expected="14400" xpath="//flow/block[1]/block[3]/block[1]/@bpd"/>
<eval expected="140000" xpath="//flow/block[1]/block[3]/block[1]/@ipda"/>
<eval expected="140000" xpath="//flow/block[1]/block[3]/block[1]/@ipd"/>
<eval expected="10000 10000 10000 10000" xpath="//flow/block[1]/block[3]/@bap"/>
<eval expected="5000" xpath="//flow/block[1]/block[3]/@padding-before"/>
<eval expected="5000" xpath="//flow/block[1]/block[3]/@padding-after"/>
<eval expected="5000" xpath="//flow/block[1]/block[3]/@padding-start"/>
<eval expected="5000" xpath="//flow/block[1]/block[3]/@padding-end"/>
<!-- cell 4 -->
<eval expected="35000" xpath="//flow/block[1]/block[4]/@bpda"/>
<eval expected="20000" xpath="//flow/block[1]/block[4]/@bpd"/>
<eval expected="200000" xpath="//flow/block[1]/block[4]/@ipda"/>
<eval expected="165000" xpath="//flow/block[1]/block[4]/@ipd"/>
<eval expected="175000" xpath="//flow/block[1]/block[4]/@left-offset"/>
<eval expected="24400" xpath="//flow/block[1]/block[4]/@top-offset"/>
<eval expected="14400" xpath="//flow/block[1]/block[4]/block[1]/@bpda"/>
<eval expected="14400" xpath="//flow/block[1]/block[4]/block[1]/@bpd"/>
<eval expected="165000" xpath="//flow/block[1]/block[4]/block[1]/@ipda"/>
<eval expected="165000" xpath="//flow/block[1]/block[4]/block[1]/@ipd"/>
<eval expected="15000 20000 5000 10000" xpath="//flow/block[1]/block[4]/@bap"/>
</checks>
</testcase>