diff options
author | Jeremias Maerki <jeremias@apache.org> | 2005-02-09 11:52:33 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2005-02-09 11:52:33 +0000 |
commit | 8f10085a6f76a8acb7bd6658df2f998645e40887 (patch) | |
tree | d8529d48a2311e4829dfa80ff1195701c74e862e | |
parent | 8d532b99b6bedabcca84b8241da6b1a90f192bdc (diff) | |
download | xmlgraphics-fop-8f10085a6f76a8acb7bd6658df2f998645e40887.tar.gz xmlgraphics-fop-8f10085a6f76a8acb7bd6658df2f998645e40887.zip |
force fixed table-layout. Without the width auto layout becomes active.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198404 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | test/layoutengine/testcases/table1.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/layoutengine/testcases/table1.xml b/test/layoutengine/testcases/table1.xml index 37895867c..afed4748d 100644 --- a/test/layoutengine/testcases/table1.xml +++ b/test/layoutengine/testcases/table1.xml @@ -30,7 +30,7 @@ </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 table-layout="fixed" width="100%"> <fo:table-column column-width="2in"/> <fo:table-column column-width="3in"/> <fo:table-body> |