From c03c698bbdbe36dd810ef702c973b5e0e74c7e37 Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Tue, 8 Feb 2005 09:45:13 +0000 Subject: [PATCH] Test case for grouping of table-cells into table-rows. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198392 13f79535-47bb-0310-9956-ffa450edef68 --- test/layoutengine/testcases/table-body1.xml | 126 ++++++++++++++++++++ 1 file changed, 126 insertions(+) create mode 100644 test/layoutengine/testcases/table-body1.xml diff --git a/test/layoutengine/testcases/table-body1.xml b/test/layoutengine/testcases/table-body1.xml new file mode 100644 index 000000000..fbf509e7e --- /dev/null +++ b/test/layoutengine/testcases/table-body1.xml @@ -0,0 +1,126 @@ + + + + + +

+ This test checks tables, especially table-body. This test: conversion of cell lists into rows. +

+
+ + + + + + + + + + + + + + + + + cell1 + + + cell2 + + + cell3 + + + cell4 + + + cell5 + + + cell6 + + + cell7 + + + cell8 + + + cell9 + + + cell10 + + + cell11 + + + cell12 + + + cell13 + + + cell14 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
-- 2.39.5