]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Test case for column spanning.
authorJeremias Maerki <jeremias@apache.org>
Fri, 11 Feb 2005 12:17:06 +0000 (12:17 +0000)
committerJeremias Maerki <jeremias@apache.org>
Fri, 11 Feb 2005 12:17:06 +0000 (12:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198420 13f79535-47bb-0310-9956-ffa450edef68

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

diff --git a/test/layoutengine/testcases/table-cell6.xml b/test/layoutengine/testcases/table-cell6.xml
new file mode 100644 (file)
index 0000000..f903a2e
--- /dev/null
@@ -0,0 +1,114 @@
+<?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 horizontal spans.
+    </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="68pt" number-columns-repeated="5"/>
+            <fo:table-body>
+              <fo:table-row>
+                <fo:table-cell>
+                  <fo:block>cell1</fo:block>
+                </fo:table-cell>
+                <fo:table-cell background-color="yellow">
+                  <fo:block>cell2</fo:block>
+                </fo:table-cell>
+                <fo:table-cell background-color="lightgreen">
+                  <fo:block>cell3</fo:block>
+                </fo:table-cell>
+                <fo:table-cell background-color="yellow">
+                  <fo:block>cell4</fo:block>
+                </fo:table-cell>
+                <fo:table-cell background-color="lightgreen">
+                  <fo:block>cell5</fo:block>
+                </fo:table-cell>
+              </fo:table-row>
+              <fo:table-row>
+                <fo:table-cell>
+                  <fo:block>cell6a</fo:block>
+                  <fo:block>cell6b</fo:block>
+                </fo:table-cell>
+                <fo:table-cell number-columns-spanned="2" background-color="orange" text-align="center">
+                  <fo:block>cell7a</fo:block>
+                  <fo:block>cell7b</fo:block>
+                </fo:table-cell>
+                <fo:table-cell>
+                  <fo:block>cell8a</fo:block>
+                  <fo:block>cell8b</fo:block>
+                </fo:table-cell>
+              </fo:table-row>
+              <fo:table-row>
+                <fo:table-cell column-number="2" number-columns-spanned="3" background-color="orange" text-align="center">
+                  <fo:block>cell9a</fo:block>
+                  <fo:block>cell9b</fo:block>
+                </fo:table-cell>
+              </fo:table-row>
+            </fo:table-body>
+          </fo:table>
+        </fo:flow>
+      </fo:page-sequence>
+    </fo:root>
+  </fo>
+  <checks>
+    <eval expected="cell1" xpath="//flow/block[1]/block[1]/block[1]/lineArea"/>
+    <eval expected="63000" xpath="//flow/block[1]/block[1]/@ipda"/>
+    <eval expected="2500" xpath="//flow/block[1]/block[1]/@left-offset"/>
+    <eval expected="cell2" xpath="//flow/block[1]/block[2]/block[1]/lineArea"/>
+    <eval expected="63000" xpath="//flow/block[1]/block[2]/@ipda"/>
+    <eval expected="70500" xpath="//flow/block[1]/block[2]/@left-offset"/>
+    <eval expected="cell3" xpath="//flow/block[1]/block[3]/block[1]/lineArea"/>
+    <eval expected="63000" xpath="//flow/block[1]/block[3]/@ipda"/>
+    <eval expected="138500" xpath="//flow/block[1]/block[3]/@left-offset"/>
+    <eval expected="cell4" xpath="//flow/block[1]/block[4]/block[1]/lineArea"/>
+    <eval expected="63000" xpath="//flow/block[1]/block[4]/@ipda"/>
+    <eval expected="206500" xpath="//flow/block[1]/block[4]/@left-offset"/>
+    <eval expected="cell5" xpath="//flow/block[1]/block[5]/block[1]/lineArea"/>
+    <eval expected="63000" xpath="//flow/block[1]/block[5]/@ipda"/>
+    <eval expected="274500" xpath="//flow/block[1]/block[5]/@left-offset"/>
+    
+    <eval expected="cell6a" xpath="//flow/block[1]/block[6]/block[1]/lineArea"/>
+    <eval expected="cell6b" xpath="//flow/block[1]/block[6]/block[2]/lineArea"/>
+    <eval expected="63000" xpath="//flow/block[1]/block[6]/@ipda"/>
+    <eval expected="2500" xpath="//flow/block[1]/block[6]/@left-offset"/>
+    <eval expected="cell7a" xpath="//flow/block[1]/block[7]/block[1]/lineArea"/>
+    <eval expected="cell7b" xpath="//flow/block[1]/block[7]/block[2]/lineArea"/>
+    <eval expected="131000" xpath="//flow/block[1]/block[7]/@ipda"/>
+    <eval expected="70500" xpath="//flow/block[1]/block[7]/@left-offset"/>
+    <eval expected="cell8a" xpath="//flow/block[1]/block[8]/block[1]/lineArea"/>
+    <eval expected="cell8b" xpath="//flow/block[1]/block[8]/block[2]/lineArea"/>
+    <eval expected="63000" xpath="//flow/block[1]/block[8]/@ipda"/>
+    <eval expected="206500" xpath="//flow/block[1]/block[8]/@left-offset"/>
+    
+    <eval expected="cell9a" xpath="//flow/block[1]/block[9]/block[1]/lineArea"/>
+    <eval expected="cell9b" xpath="//flow/block[1]/block[9]/block[2]/lineArea"/>
+    <eval expected="199000" xpath="//flow/block[1]/block[9]/@ipda"/>
+    <eval expected="70500" xpath="//flow/block[1]/block[9]/@left-offset"/>
+  </checks>
+</testcase>