diff options
author | Glenn Adams <gadams@apache.org> | 2016-03-06 06:14:41 +0000 |
---|---|---|
committer | Glenn Adams <gadams@apache.org> | 2016-03-06 06:14:41 +0000 |
commit | 57949ba0cfffa2dd5933a103c6ad867de9f1e7a0 (patch) | |
tree | cd1d8100a9135449635251820f39f272151005ac /test/layoutengine/standard-testcases/block_space-before_space-after_5.xml | |
parent | c8cde713f54ca731f4a7f3bfaef8af9e8a1b9262 (diff) | |
download | xmlgraphics-fop-57949ba0cfffa2dd5933a103c6ad867de9f1e7a0.tar.gz xmlgraphics-fop-57949ba0cfffa2dd5933a103c6ad867de9f1e7a0.zip |
Configure maven build.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/maven@1733788 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/layoutengine/standard-testcases/block_space-before_space-after_5.xml')
-rw-r--r-- | test/layoutengine/standard-testcases/block_space-before_space-after_5.xml | 97 |
1 files changed, 0 insertions, 97 deletions
diff --git a/test/layoutengine/standard-testcases/block_space-before_space-after_5.xml b/test/layoutengine/standard-testcases/block_space-before_space-after_5.xml deleted file mode 100644 index b569445b4..000000000 --- a/test/layoutengine/standard-testcases/block_space-before_space-after_5.xml +++ /dev/null @@ -1,97 +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 block-level space properties. These here are the - <a href="http://wiki.apache.org/xmlgraphics-fop/SpaceResolution/Examples">examples 3 to 5 on the Wiki</a>. - </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="1in"> - <fo:region-body background-color="lightgray"/> - </fo:simple-page-master> - </fo:layout-master-set> - <fo:page-sequence master-reference="normal" id="cond-cond"> - <fo:flow flow-name="xsl-region-body"> - <fo:block space-after="11pt">block 1: space-after conditional</fo:block> - <fo:block space-before="12pt">block 2: space-before conditional</fo:block> - </fo:flow> - </fo:page-sequence> - <fo:page-sequence master-reference="normal" id="retain-cond"> - <fo:flow flow-name="xsl-region-body"> - <fo:block space-after="11pt" space-after.conditionality="retain">block 1: space-after retained</fo:block> - <fo:block space-before="12pt">block 2: space-before: conditional</fo:block> - </fo:flow> - </fo:page-sequence> - <fo:page-sequence master-reference="normal" id="retain-cond-2"> - <fo:flow flow-name="xsl-region-body"> - <fo:block space-after="10pt" space-after.conditionality="retain">block 1: space-after retained</fo:block> - <fo:block space-before="10pt">block 2: space-before: conditional</fo:block> - </fo:flow> - </fo:page-sequence> - <fo:page-sequence master-reference="normal" id="retain-retain"> - <fo:flow flow-name="xsl-region-body"> - <fo:block space-after="11pt" space-after.conditionality="retain">block 1: space-after retained</fo:block> - <fo:block space-before="12pt" space-before.conditionality="retain">block 2: space-before retained</fo:block> - </fo:flow> - </fo:page-sequence> - </fo:root> - </fo> - <checks> - <element-list category="breaker" id="cond-cond"> - <box w="14400"/> - <penalty w="0" p="0"/> - <glue w="12000"/> - <box w="14400"/> - <skip>3</skip> - </element-list> - <element-list category="breaker" id="retain-cond"> - <box w="14400"/> - <penalty w="0" p="INF"/> - <glue w="11000"/> - <penalty w="0" p="0"/> - <glue w="1000"/> - <box w="14400"/> - <skip>3</skip> - </element-list> - <element-list category="breaker" id="retain-cond-2"> - <box w="14400"/> - <penalty w="0" p="INF"/> - <glue w="10000"/> - <penalty w="0" p="0"/> - <box w="14400"/> - <skip>3</skip> - </element-list> - <element-list category="breaker" id="retain-retain"> - <box w="14400"/> - <penalty w="0" p="INF"/> - <glue w="11000"/> - <penalty w="0" p="0"/> - <glue w="-11000"/> - <box w="0"/> - <penalty w="0" p="INF"/> - <glue w="12000"/> - <box w="14400"/> - <skip>3</skip> - </element-list> - </checks> -</testcase> |