diff options
author | Andreas L. Delmelle <adelmelle@apache.org> | 2006-08-21 17:18:37 +0000 |
---|---|---|
committer | Andreas L. Delmelle <adelmelle@apache.org> | 2006-08-21 17:18:37 +0000 |
commit | 3b9321e248bc6100b73afff706d919817999904f (patch) | |
tree | c3706f00d6a747cc59a2e0d8ca031694d8ab0b4f /test | |
parent | dc7c2155bfa60c0926f2aff1a53ebbcb6488c769 (diff) | |
download | xmlgraphics-fop-3b9321e248bc6100b73afff706d919817999904f.tar.gz xmlgraphics-fop-3b9321e248bc6100b73afff706d919817999904f.zip |
Rework of default column-creation and setting column-widths from the first row (fixes Bugzilla 35656)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@433291 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test')
-rw-r--r-- | test/layoutengine/disabled-testcases.xml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/test/layoutengine/disabled-testcases.xml b/test/layoutengine/disabled-testcases.xml index 85d129643..945ded11d 100644 --- a/test/layoutengine/disabled-testcases.xml +++ b/test/layoutengine/disabled-testcases.xml @@ -292,14 +292,6 @@ on table-cells, yet.</description> </testcase> <testcase> - <name>No table column setup based on the first row.</name> - <file>table-column_first-row-width.xml</file> - <description>According to the spec the table-columns can be set up - automatically based on values on the first row of a table. This is not - implemented, yet.</description> - <reference>http://issues.apache.org/bugzilla/show_bug.cgi?id=35656</reference> - </testcase> - <testcase> <name>No background-images on table-header</name> <file>table-header_background-image.xml</file> <description>The backgrounds of table-body, table-header, @@ -312,12 +304,6 @@ lists, yet.</description> </testcase> <testcase> - <name>table table-layout fixed 2</name> - <file>table_table-layout_fixed_2.xml</file> - <description>TODO: Same as table-column_first-row-width.xml?</description> - <reference>http://issues.apache.org/bugzilla/show_bug.cgi?id=35656</reference> - </testcase> - <testcase> <name>table-cell empty area with marker.xml</name> <file>table-cell_empty_area_with_marker.xml</file> <description>A table-cell producing an empty area does currently not add any markers to a page. |