]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Test case for border and padding influencing table-cells. Similar to table-cell5...
authorJeremias Maerki <jeremias@apache.org>
Wed, 9 Feb 2005 08:28:00 +0000 (08:28 +0000)
committerJeremias Maerki <jeremias@apache.org>
Wed, 9 Feb 2005 08:28:00 +0000 (08:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198401 13f79535-47bb-0310-9956-ffa450edef68

test/layoutengine/testcases/table-cell5a.xml [new file with mode: 0644]

diff --git a/test/layoutengine/testcases/table-cell5a.xml b/test/layoutengine/testcases/table-cell5a.xml
new file mode 100644 (file)
index 0000000..0b95f20
--- /dev/null
@@ -0,0 +1,199 @@
+<?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$ -->
+<testcase>
+  <info>
+    <p>
+      This test checks tables, especially table-cells. This test: simple borders with border-collapse="separate", 
+      this time with horizontal border-spacing or border-separation.inline-progression-direction.
+    </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" border-collapse="separate" border-spacing="5pt 0pt">
+            <fo:table-column column-width="160pt"/>
+            <fo:table-column column-width="160pt"/>
+            <fo:table-body>
+              <fo:table-row>
+                <fo:table-cell>
+                  <fo:block>cell1</fo:block>
+                </fo:table-cell>
+                <fo:table-cell border="solid 5pt black">
+                  <fo:block>cell2</fo:block>
+                </fo:table-cell>
+              </fo:table-row>
+              <fo:table-row>
+                <fo:table-cell border="solid 5pt">
+                  <fo:block>cell3</fo:block>
+                </fo:table-cell>
+                <fo:table-cell height="20pt" border="solid 10pt red">
+                  <fo:block>cell4</fo:block>
+                </fo:table-cell>
+              </fo:table-row>
+            </fo:table-body>
+          </fo:table>
+          <!-- this block is to visually check that there are no overlaps. -->
+          <fo:block border="solid 0.1pt">Reference block</fo:block>
+          <fo:table table-layout="fixed" border-collapse="separate" 
+                border-separation.inline-progression-direction="5pt" border-separation.block-progression-direction="0pt"
+                margin="0pt" border="solid 5pt" padding="5pt">
+            <fo:table-column column-width="160pt"/>
+            <fo:table-column column-width="160pt"/>
+            <fo:table-body start-indent="0pt" end-indent="0pt">
+              <fo:table-row>
+                <fo:table-cell>
+                  <fo:block>cell1</fo:block>
+                </fo:table-cell>
+                <fo:table-cell border="solid 5pt black">
+                  <fo:block>cell2</fo:block>
+                </fo:table-cell>
+              </fo:table-row>
+              <fo:table-row>
+                <fo:table-cell border="solid 5pt">
+                  <fo:block>cell3</fo:block>
+                </fo:table-cell>
+                <fo:table-cell height="20pt" border="solid 10pt red">
+                  <fo:block>cell4</fo:block>
+                </fo:table-cell>
+              </fo:table-row>
+            </fo:table-body>
+          </fo:table>
+          <!-- this block is to visually check that there are no overlaps. -->
+          <fo:block border="solid 0.1pt">Reference block</fo:block>
+        </fo:flow>
+      </fo:page-sequence>
+    </fo:root>
+  </fo>
+  <checks>
+    <eval expected="64400" xpath="//flow/block[1]/@bpda"/>
+    <eval expected="64400" 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="160000" xpath="//flow/block[1]/block[2]/@ipda"/>
+    <eval expected="150000" xpath="//flow/block[1]/block[2]/@ipd"/>
+    <eval expected="170000" 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="150000" xpath="//flow/block[1]/block[2]/block[1]/@ipda"/>
+    <eval expected="150000" 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="40000" xpath="//flow/block[1]/block[3]/@bpda"/>
+    <eval expected="30000" xpath="//flow/block[1]/block[3]/@bpd"/>
+    <eval expected="160000" xpath="//flow/block[1]/block[3]/@ipda"/>
+    <eval expected="150000" xpath="//flow/block[1]/block[3]/@ipd"/>
+    <eval expected="5000" 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="150000" xpath="//flow/block[1]/block[3]/block[1]/@ipda"/>
+    <eval expected="150000" xpath="//flow/block[1]/block[3]/block[1]/@ipd"/>
+    <eval expected="5000 5000 5000 5000" xpath="//flow/block[1]/block[3]/@bap"/>
+
+    <!-- cell 4 -->
+    <eval expected="40000" xpath="//flow/block[1]/block[4]/@bpda"/>
+    <eval expected="20000" xpath="//flow/block[1]/block[4]/@bpd"/>
+    <eval expected="160000" xpath="//flow/block[1]/block[4]/@ipda"/>
+    <eval expected="140000" 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="140000" xpath="//flow/block[1]/block[4]/block[1]/@ipda"/>
+    <eval expected="140000" xpath="//flow/block[1]/block[4]/block[1]/@ipd"/>
+    <eval expected="10000 10000 10000 10000" xpath="//flow/block[1]/block[4]/@bap"/>
+
+    <!-- *** table 2 with border-separation instead of border-spacing *** -->
+    <!-- *** only left-offsets should be different because of table border and padding *** -->
+    <eval expected="84400" xpath="//flow/block[3]/@bpda"/>
+    <eval expected="64400" xpath="//flow/block[3]/@bpd"/>
+    <eval expected="360000" xpath="//flow/block[3]/@ipda"/>
+    <eval expected="340000" xpath="//flow/block[3]/@ipd"/>
+    
+    <!-- cell 1 -->
+    <eval expected="24400" xpath="//flow/block[3]/block[1]/@bpda"/>
+    <eval expected="24400" xpath="//flow/block[3]/block[1]/@bpd"/>
+    <eval expected="160000" xpath="//flow/block[3]/block[1]/@ipda"/>
+    <eval expected="160000" xpath="//flow/block[3]/block[1]/@ipd"/>
+    <eval expected="10000" xpath="//flow/block[3]/block[1]/@left-offset"/>
+    <eval expected="14400" xpath="//flow/block[3]/block[1]/block[1]/@bpda"/>
+    <eval expected="14400" xpath="//flow/block[3]/block[1]/block[1]/@bpd"/>
+    <eval expected="160000" xpath="//flow/block[3]/block[1]/block[1]/@ipda"/>
+    <eval expected="160000" xpath="//flow/block[3]/block[1]/block[1]/@ipd"/>
+
+    <!-- cell 2 -->
+    <eval expected="24400" xpath="//flow/block[3]/block[2]/@bpda"/>
+    <eval expected="14400" xpath="//flow/block[3]/block[2]/@bpd"/>
+    <eval expected="160000" xpath="//flow/block[3]/block[2]/@ipda"/>
+    <eval expected="150000" xpath="//flow/block[3]/block[2]/@ipd"/>
+    <eval expected="180000" xpath="//flow/block[3]/block[2]/@left-offset"/>
+    <eval expected="14400" xpath="//flow/block[3]/block[2]/block[1]/@bpda"/>
+    <eval expected="14400" xpath="//flow/block[3]/block[2]/block[1]/@bpd"/>
+    <eval expected="150000" xpath="//flow/block[3]/block[2]/block[1]/@ipda"/>
+    <eval expected="150000" xpath="//flow/block[3]/block[2]/block[1]/@ipd"/>
+    <eval expected="5000 5000 5000 5000" xpath="//flow/block[3]/block[2]/@bap"/>
+
+    <!-- cell 3 -->
+    <eval expected="40000" xpath="//flow/block[3]/block[3]/@bpda"/>
+    <eval expected="30000" xpath="//flow/block[3]/block[3]/@bpd"/>
+    <eval expected="160000" xpath="//flow/block[3]/block[3]/@ipda"/>
+    <eval expected="150000" xpath="//flow/block[3]/block[3]/@ipd"/>
+    <eval expected="15000" xpath="//flow/block[3]/block[3]/@left-offset"/>
+    <eval expected="24400" xpath="//flow/block[3]/block[3]/@top-offset"/>
+    <eval expected="14400" xpath="//flow/block[3]/block[3]/block[1]/@bpda"/>
+    <eval expected="14400" xpath="//flow/block[3]/block[3]/block[1]/@bpd"/>
+    <eval expected="150000" xpath="//flow/block[3]/block[3]/block[1]/@ipda"/>
+    <eval expected="150000" xpath="//flow/block[3]/block[3]/block[1]/@ipd"/>
+    <eval expected="5000 5000 5000 5000" xpath="//flow/block[3]/block[3]/@bap"/>
+
+    <!-- cell 4 -->
+    <eval expected="40000" xpath="//flow/block[3]/block[4]/@bpda"/>
+    <eval expected="20000" xpath="//flow/block[3]/block[4]/@bpd"/>
+    <eval expected="160000" xpath="//flow/block[3]/block[4]/@ipda"/>
+    <eval expected="140000" xpath="//flow/block[3]/block[4]/@ipd"/>
+    <eval expected="185000" xpath="//flow/block[3]/block[4]/@left-offset"/>
+    <eval expected="24400" xpath="//flow/block[3]/block[4]/@top-offset"/>
+    <eval expected="14400" xpath="//flow/block[3]/block[4]/block[1]/@bpda"/>
+    <eval expected="14400" xpath="//flow/block[3]/block[4]/block[1]/@bpd"/>
+    <eval expected="140000" xpath="//flow/block[3]/block[4]/block[1]/@ipda"/>
+    <eval expected="140000" xpath="//flow/block[3]/block[4]/block[1]/@ipd"/>
+    <eval expected="10000 10000 10000 10000" xpath="//flow/block[3]/block[4]/@bap"/>
+
+  </checks>
+</testcase>