Browse Source

Added check for the case where column-number is specified on something other than a fo:table-cell or fo:table-column (strictly not an error)


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@672833 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-1_0
Andreas L. Delmelle 16 years ago
parent
commit
adb107e632
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      test/fotree/testcases/column-number_cells_rows.fo

+ 4
- 0
test/fotree/testcases/column-number_cells_rows.fo View File

@@ -181,6 +181,10 @@
</fo:table-row>
</fo:table-body>
</fo:table>
<fo:block column-number="4">
<test:assert property="column-number" expected="4" />
Test column-number when specified on fo:block
</fo:block>
</fo:flow>
</fo:page-sequence>
</fo:root>

Loading…
Cancel
Save