From 043e876a47703c4ba38f74c01feb2cc40dbf9786 Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Fri, 8 Jul 2005 07:50:06 +0000 Subject: [PATCH] Test case for Bugzilla issue: http://issues.apache.org/bugzilla/show_bug.cgi?id=35656 (specifying column widths through the first table row as described in CSS2) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@209716 13f79535-47bb-0310-9956-ffa450edef68 --- test/layoutengine/disabled-testcases.txt | 1 + test/layoutengine/testcases/table-column4.xml | 70 +++++++++++++++++++ 2 files changed, 71 insertions(+) create mode 100644 test/layoutengine/testcases/table-column4.xml diff --git a/test/layoutengine/disabled-testcases.txt b/test/layoutengine/disabled-testcases.txt index a5146d8cd..ff4a77677 100644 --- a/test/layoutengine/disabled-testcases.txt +++ b/test/layoutengine/disabled-testcases.txt @@ -11,4 +11,5 @@ multi-column3.xml normal-breaking4.xml table-border-collapse1.xml table-border-collapse2.xml +table-column4.xml table-fixed2.xml diff --git a/test/layoutengine/testcases/table-column4.xml b/test/layoutengine/testcases/table-column4.xml new file mode 100644 index 000000000..31b9eebd4 --- /dev/null +++ b/test/layoutengine/testcases/table-column4.xml @@ -0,0 +1,70 @@ + + + + + +

+ This test checks tables, especially table-columns. The column widths are specified through + the first row as described in http://www.w3.org/TR/CSS2/tables.html#width-layout. +

+ http://issues.apache.org/bugzilla/show_bug.cgi?id=35656 +
+ + + + + + + + + + + + + + + + + cell1 + + + cell2 + + + cell3 + + + + + + + + + + + + + + + + + + + + + +
-- 2.39.5