Ver código fonte

Fixed spurious table warnings


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1084193 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-1_1rc1old
Vincent Hennebert 13 anos atrás
pai
commit
23a5eabe53

+ 3
- 3
test/layoutengine/standard-testcases/table-row_keep-together.xml Ver arquivo

@@ -32,9 +32,9 @@
<fo:page-sequence master-reference="normal">
<fo:flow flow-name="xsl-region-body">
<fo:block>block1</fo:block>
<fo:table table-layout="fixed">
<fo:table-column/>
<fo:table-column/>
<fo:table table-layout="fixed" width="100%">
<fo:table-column column-width="proportional-column-width(1)"/>
<fo:table-column column-width="proportional-column-width(1)"/>
<fo:table-body>
<fo:table-row keep-together.within-page="always">
<fo:table-cell id="cell1">

Carregando…
Cancelar
Salvar