aboutsummaryrefslogtreecommitdiffstats
path: root/test/layoutengine/standard-testcases
diff options
context:
space:
mode:
authorVincent Hennebert <vhennebert@apache.org>2007-11-06 12:11:10 +0000
committerVincent Hennebert <vhennebert@apache.org>2007-11-06 12:11:10 +0000
commit35d27e8af090775d95c699f6ea4be4e708370fd4 (patch)
tree4b3df7228b53ff04f5f5845cf4c5c0412cbb4dd0 /test/layoutengine/standard-testcases
parente56a36b50a110d4fa5e23e5fe08e79a0d20afc69 (diff)
downloadxmlgraphics-fop-35d27e8af090775d95c699f6ea4be4e708370fd4.tar.gz
xmlgraphics-fop-35d27e8af090775d95c699f6ea4be4e708370fd4.zip
Removed no-longer applicable test cases, for cells spanning more rows than available in the table part
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@592399 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/layoutengine/standard-testcases')
-rw-r--r--test/layoutengine/standard-testcases/markers_9.xml220
-rw-r--r--test/layoutengine/standard-testcases/table-cell_number-rows-spanned.xml100
2 files changed, 0 insertions, 320 deletions
diff --git a/test/layoutengine/standard-testcases/markers_9.xml b/test/layoutengine/standard-testcases/markers_9.xml
deleted file mode 100644
index 1629642f5..000000000
--- a/test/layoutengine/standard-testcases/markers_9.xml
+++ /dev/null
@@ -1,220 +0,0 @@
-<?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 markers on broken table-bodies.
- </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="2in">
- <fo:region-body margin="0.5in 0"/>
- <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 background-color="yellow">
- <fo:retrieve-marker retrieve-class-name="test" retrieve-boundary="page" retrieve-position="first-including-carryover"/>
- </fo:block>
- <fo:block background-color="yellow">
- <fo:retrieve-marker retrieve-class-name="test" retrieve-boundary="page" retrieve-position="first-starting-within-page"/>
- </fo:block>
- </fo:static-content>
- <fo:static-content flow-name="xsl-region-after">
- <fo:block text-align="end" background-color="yellow">
- <fo:retrieve-marker retrieve-class-name="test" retrieve-boundary="page" retrieve-position="last-starting-within-page"/>
- </fo:block>
- <fo:block text-align="end" background-color="yellow">
- <fo:retrieve-marker retrieve-class-name="test" retrieve-boundary="page" retrieve-position="last-ending-within-page"/>
- </fo:block>
- </fo:static-content>
- <fo:flow flow-name="xsl-region-body">
- <fo:table color="black" table-layout="fixed" border-collapse="separate">
- <fo:table-column number-columns-repeated="2"/>
- <fo:table-body>
- <fo:marker marker-class-name="test">body1</fo:marker>
- <fo:table-row>
- <fo:table-cell>
- <fo:block>blah</fo:block>
- <fo:block>blah</fo:block>
- <fo:block>blah</fo:block>
- <fo:block>blah</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block>blah</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell>
- <fo:block>blah</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block>blah</fo:block>
- <fo:block>blah</fo:block>
- <fo:block>blah</fo:block>
- <fo:block>blah</fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
- <fo:table color="red" table-layout="fixed" border-collapse="separate">
- <fo:table-column number-columns-repeated="2"/>
- <fo:table-body>
- <fo:marker marker-class-name="test">body2</fo:marker>
- <fo:table-row>
- <fo:table-cell>
- <fo:block>blah</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block>blah</fo:block>
- <fo:block>blah</fo:block>
- <fo:block>blah</fo:block>
- <fo:block>blah</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell>
- <fo:block>blah</fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
- <fo:table color="blue" table-layout="fixed" border-collapse="separate">
- <fo:table-column number-columns-repeated="2"/>
- <fo:table-body>
- <fo:marker marker-class-name="test">body3</fo:marker>
- <fo:table-row>
- <fo:table-cell>
- <fo:block>blah</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block>blah</fo:block>
- <fo:block>blah</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell column-number="2">
- <fo:block>blah</fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- <fo:table-body color="cyan">
- <fo:marker marker-class-name="test">body4</fo:marker>
- <fo:table-row>
- <fo:table-cell>
- <fo:block>blah</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block>blah</fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
- <fo:table table-layout="fixed" border-collapse="separate">
- <fo:table-column number-columns-repeated="2"/>
- <fo:table-body color="black">
- <fo:marker marker-class-name="test">body5</fo:marker>
- <fo:table-row>
- <fo:table-cell>
- <fo:block>blah</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block>blah</fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- <fo:table-body color="green">
- <fo:marker marker-class-name="test">body6</fo:marker>
- <fo:table-row>
- <fo:table-cell number-rows-spanned="3">
- <fo:block>blah1</fo:block>
- <fo:block>blah2</fo:block>
- <fo:block>blah3</fo:block>
- <fo:block>blah4</fo:block>
- <fo:block>blah5</fo:block>
- <fo:block>blah6</fo:block>
- <fo:block>blah7</fo:block>
- <fo:block>blah8</fo:block>
- <fo:block>blah9</fo:block>
- <fo:block>blah10</fo:block>
- <fo:block>blah11</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block>blah</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell>
- <fo:block>blah</fo:block>
- <fo:block>blah</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <!--fo:table-row>
- <fo:table-cell>
- <fo:block>blah</fo:block>
- </fo:table-cell>
- </fo:table-row-->
- </fo:table-body>
- <fo:table-body color="black">
- <fo:marker marker-class-name="test">body7</fo:marker>
- <fo:table-row>
- <fo:table-cell>
- <fo:block>blah</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block>blah</fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
- </fo:flow>
- </fo:page-sequence>
- </fo:root>
- </fo>
- <checks>
- <true xpath="starts-with(//pageViewport[@nr=1]//regionBefore/block[1],'body1')"/>
- <true xpath="starts-with(//pageViewport[@nr=1]//regionBefore/block[2],'body1')"/>
- <true xpath="starts-with(//pageViewport[@nr=1]//regionAfter/block[1],'body1')"/>
- <true xpath="starts-with(//pageViewport[@nr=1]//regionAfter/block[2],'body1')"/>
-
- <true xpath="starts-with(//pageViewport[@nr=2]//regionBefore/block[1],'body1')"/>
- <true xpath="starts-with(//pageViewport[@nr=2]//regionBefore/block[2],'body2')"/>
- <true xpath="starts-with(//pageViewport[@nr=2]//regionAfter/block[1],'body2')"/>
- <true xpath="starts-with(//pageViewport[@nr=2]//regionAfter/block[2],'body1')"/>
-
- <true xpath="starts-with(//pageViewport[@nr=3]//regionBefore/block[1],'body2')"/>
- <true xpath="starts-with(//pageViewport[@nr=3]//regionBefore/block[2],'body3')"/>
- <true xpath="starts-with(//pageViewport[@nr=3]//regionAfter/block[1],'body3')"/>
- <true xpath="starts-with(//pageViewport[@nr=3]//regionAfter/block[2],'body2')"/>
-
- <true xpath="starts-with(//pageViewport[@nr=4]//regionBefore/block[1],'body3')"/>
- <true xpath="starts-with(//pageViewport[@nr=4]//regionBefore/block[2],'body4')"/>
- <true xpath="starts-with(//pageViewport[@nr=4]//regionAfter/block[1],'body6')"/>
- <true xpath="starts-with(//pageViewport[@nr=4]//regionAfter/block[2],'body5')"/>
-
- <true xpath="starts-with(//pageViewport[@nr=5]//regionBefore/block[1],'body6')"/>
- <true xpath="starts-with(//pageViewport[@nr=5]//regionBefore/block[2],'body6')"/>
- <true xpath="starts-with(//pageViewport[@nr=5]//regionAfter/block[1],'body6')"/>
- <true xpath="starts-with(//pageViewport[@nr=5]//regionAfter/block[2],'body6')"/>
- </checks>
-</testcase>
diff --git a/test/layoutengine/standard-testcases/table-cell_number-rows-spanned.xml b/test/layoutengine/standard-testcases/table-cell_number-rows-spanned.xml
deleted file mode 100644
index a09ef1f4d..000000000
--- a/test/layoutengine/standard-testcases/table-cell_number-rows-spanned.xml
+++ /dev/null
@@ -1,100 +0,0 @@
-<?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-body. This test: row span which go beyond the last row.
- </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">
- <fo:table-column number-columns-repeated="2"/>
- <fo:table-body>
- <fo:table-row>
- <fo:table-cell number-rows-spanned="3">
- <fo:block>cell1</fo:block>
- <fo:block>blah1</fo:block>
- <fo:block>blah2</fo:block>
- <fo:block>blah3</fo:block>
- <fo:block>blah4</fo:block>
- <fo:block>blah5</fo:block>
- <fo:block>blah6</fo:block>
- <fo:block>blah7</fo:block>
- <fo:block>blah8</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block>cell2</fo:block>
- <fo:block>blah</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row background-color="yellow">
- <fo:table-cell>
- <fo:block>cell3</fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- <fo:table-body>
- <fo:table-row>
- <fo:table-cell number-columns-spanned="2" background-color="orange">
- <fo:block>EOT</fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
- </fo:flow>
- </fo:page-sequence>
- </fo:root>
- </fo>
- <checks>
- <element-list category="breaker">
- <!-- row 1 -->
- <box w="14400"/>
- <penalty w="0" p="0"/>
- <box w="14400"/>
- <penalty w="0" p="0"/>
- <!-- row 2 -->
- <box w="14400"/>
- <penalty w="0" p="0"/>
- <!-- row 3 -->
- <box w="14400"/>
- <penalty w="0" p="0"/>
- <box w="14400"/>
- <penalty w="0" p="0"/>
- <box w="14400"/>
- <penalty w="0" p="0"/>
- <box w="14400"/>
- <penalty w="0" p="0"/>
- <box w="14400"/>
- <penalty w="0" p="0"/>
- <box w="14400"/>
- <penalty w="0" p="0"/>
- <!-- row 4 -->
- <box w="14400"/>
- <skip>3</skip>
- </element-list>
- </checks>
-</testcase>