From 361470baa8019e77f2942c0c0997f1f00c5f08b7 Mon Sep 17 00:00:00 2001 From: Vincent Hennebert Date: Thu, 26 Apr 2007 15:32:37 +0000 Subject: Fix a NPE when break-before is specified on the first row of a table, and when that row contains a row-spanning cell. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@532780 13f79535-47bb-0310-9956-ffa450edef68 --- .../table-row_break-before_row-span.xml | 78 ++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 test/layoutengine/standard-testcases/table-row_break-before_row-span.xml (limited to 'test') diff --git a/test/layoutengine/standard-testcases/table-row_break-before_row-span.xml b/test/layoutengine/standard-testcases/table-row_break-before_row-span.xml new file mode 100644 index 000000000..2bc054565 --- /dev/null +++ b/test/layoutengine/standard-testcases/table-row_break-before_row-span.xml @@ -0,0 +1,78 @@ + + + + + +

+ This test checks that break-before on the first row of a table, when it contains row-spanning + cells, works correctly. +

+
+ + + + + + + + + + Before the table + + + + + + Cell 1.1 + + + Cell 1.2 + + + + + Cell 2.2 + + + + + Cell 3.1 + + + Cell 3.2 + + + + + After the table + + + + + + + + + + + + + + +
-- cgit v1.2.3