aboutsummaryrefslogtreecommitdiffstats
path: root/test/layoutengine
Commit message (Collapse)AuthorAgeFilesLines
...
* Test cases for table headers/footers.Jeremias Maerki2005-02-102-0/+246
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198417 13f79535-47bb-0310-9956-ffa450edef68
* Adding an additional block at the end to see if a new block would behave ↵Jeremias Maerki2005-02-101-0/+1
| | | | | | differently. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198412 13f79535-47bb-0310-9956-ffa450edef68
* Test case which indirectly tests the resetPosition() methods on various LMs. ↵Jeremias Maerki2005-02-102-0/+64
| | | | | | Currently, the lines are not rearranged after a page break when a different page-master gets active. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198411 13f79535-47bb-0310-9956-ffa450edef68
* Better XPath statements for certain parser/XSLT combinations.Jeremias Maerki2005-02-0911-84/+84
| | | | | | | Suggested by: Simon Pepping git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198408 13f79535-47bb-0310-9956-ffa450edef68
* Test cases for fixed table layout.Jeremias Maerki2005-02-093-1/+176
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198406 13f79535-47bb-0310-9956-ffa450edef68
* Corrected my interpretation of border-separation.Jeremias Maerki2005-02-091-39/+40
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198405 13f79535-47bb-0310-9956-ffa450edef68
* force fixed table-layout. Without the width auto layout becomes active.Jeremias Maerki2005-02-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198404 13f79535-47bb-0310-9956-ffa450edef68
* Test case for border and padding influencing table-cells. Similar to ↵Jeremias Maerki2005-02-091-0/+199
| | | | | | table-cell5 except with horizontal border-spacing and table border and padding. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198401 13f79535-47bb-0310-9956-ffa450edef68
* Test case for border and padding influencing table-cells.Jeremias Maerki2005-02-091-0/+117
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198400 13f79535-47bb-0310-9956-ffa450edef68
* Test case for column-number con table-cell and gaps in a row.Jeremias Maerki2005-02-081-0/+120
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198398 13f79535-47bb-0310-9956-ffa450edef68
* Test case for grouping of table-cells into table-rows.Jeremias Maerki2005-02-081-0/+126
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198392 13f79535-47bb-0310-9956-ffa450edef68
* More table test cases.Jeremias Maerki2005-02-075-2/+391
| | | | | | | table-cell3a currently fails because of a table-row handling problem. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198388 13f79535-47bb-0310-9956-ffa450edef68
* Checks for marker test cases. markers5b disabled because of a bug with table ↵Jeremias Maerki2005-02-073-1/+28
| | | | | | handling that I will fix shortly. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198382 13f79535-47bb-0310-9956-ffa450edef68
* Test for block-progression-dimension and height on table-cell.Jeremias Maerki2005-02-042-1/+170
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198378 13f79535-47bb-0310-9956-ffa450edef68
* Can reenable some tests for table-columns after the last improvement.Jeremias Maerki2005-02-041-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198377 13f79535-47bb-0310-9956-ffa450edef68
* Regression test for label-end() function when there are margins on the ↵Jeremias Maerki2005-02-041-0/+65
| | | | | | page-master and the list-block is a direct child of a flow. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198374 13f79535-47bb-0310-9956-ffa450edef68
* Derived from markers4 these two test cases exercise ↵Jeremias Maerki2005-02-032-0/+230
| | | | | | BlockLayoutManager.addMarkers() where currently some markers are added to the wrong page. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198370 13f79535-47bb-0310-9956-ffa450edef68
* The checks were wrong because of the leading linefeed. Also, the ↵Jeremias Maerki2005-02-031-6/+10
| | | | | | space-before is not suitable in this case ATM for a space before that block. Using a bc with fixed height instead. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198369 13f79535-47bb-0310-9956-ffa450edef68
* Can enable some test cases again.Jeremias Maerki2005-02-021-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198367 13f79535-47bb-0310-9956-ffa450edef68
* Test case showing a problem with empty lines generated by forced linefeeds.Jeremias Maerki2005-02-021-0/+68
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198363 13f79535-47bb-0310-9956-ffa450edef68
* normal-breaking2 simplified and now showing a different problem that might ↵Jeremias Maerki2005-02-022-0/+53
| | | | | | hint at the problem in normal-breaking2. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198362 13f79535-47bb-0310-9956-ffa450edef68
* Regression test for ArrayOutOfBoundsException in ↵Jeremias Maerki2005-02-012-0/+52
| | | | | | LineLayoutManager.addAreas() (to be fixed). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198360 13f79535-47bb-0310-9956-ffa450edef68
* Adding an example with "no-repeat"Jeremias Maerki2005-02-011-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198358 13f79535-47bb-0310-9956-ffa450edef68
* Special regression test for cases where blocks are empty except for marker ↵Jeremias Maerki2005-02-011-0/+99
| | | | | | elements. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198357 13f79535-47bb-0310-9956-ffa450edef68
* Test for proportional-column-width() function.Jeremias Maerki2005-01-311-0/+98
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198351 13f79535-47bb-0310-9956-ffa450edef68
* Test for height and block-progression-dimension on table-row (disabled ↵Jeremias Maerki2005-01-312-1/+108
| | | | | | because it fails). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198350 13f79535-47bb-0310-9956-ffa450edef68
* Two test cases testing table-column properties (disabled because they fail).Jeremias Maerki2005-01-313-1/+169
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198349 13f79535-47bb-0310-9956-ffa450edef68
* First most basic test for tables.Jeremias Maerki2005-01-311-0/+106
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198348 13f79535-47bb-0310-9956-ffa450edef68
* Two basic tests for break-before|after on blocks (currently disabled because ↵Jeremias Maerki2005-01-313-0/+132
| | | | | | they fail). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198345 13f79535-47bb-0310-9956-ffa450edef68
* Test case for borders, padding and spacing on list-blocks and list-items.Jeremias Maerki2005-01-281-0/+189
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198340 13f79535-47bb-0310-9956-ffa450edef68
* Remember to switch on the brain when writing test cases. :-) Forgot to take ↵Jeremias Maerki2005-01-281-3/+8
| | | | | | start-indent into account. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198339 13f79535-47bb-0310-9956-ffa450edef68
* Additional test using margin-left on the list-item and non-default values ↵Jeremias Maerki2005-01-281-44/+74
| | | | | | for provisional-distance-between-starts and provisional-label-separation. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198336 13f79535-47bb-0310-9956-ffa450edef68
* Basic tests for lists.Jeremias Maerki2005-01-281-0/+128
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198334 13f79535-47bb-0310-9956-ffa450edef68
* Tests for retrieve-boundary.Jeremias Maerki2005-01-271-0/+138
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198330 13f79535-47bb-0310-9956-ffa450edef68
* Test for markers with first-including-carryoverJeremias Maerki2005-01-271-0/+125
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198328 13f79535-47bb-0310-9956-ffa450edef68
* Basic test for markers.Jeremias Maerki2005-01-261-0/+105
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198325 13f79535-47bb-0310-9956-ffa450edef68
* Tests for testing normal page breaking (block and block-containers).Jeremias Maerki2005-01-262-0/+152
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198324 13f79535-47bb-0310-9956-ffa450edef68
* Second batch of text-decoration tests (inheritance and color)Jeremias Maerki2005-01-251-0/+88
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198319 13f79535-47bb-0310-9956-ffa450edef68
* First batch of text-decoration testsJeremias Maerki2005-01-251-0/+104
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198318 13f79535-47bb-0310-9956-ffa450edef68
* Replaced absolute image paths with relativeJoerg Pietschmann2005-01-242-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198311 13f79535-47bb-0310-9956-ffa450edef68
* More page-master testing.Jeremias Maerki2005-01-242-0/+126
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198310 13f79535-47bb-0310-9956-ffa450edef68
* region-body may not have a borderJeremias Maerki2005-01-242-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198309 13f79535-47bb-0310-9956-ffa450edef68
* Some tests for background images and external-graphicJeremias Maerki2005-01-245-0/+277
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198305 13f79535-47bb-0310-9956-ffa450edef68
* Variable substitution inside tests.Jeremias Maerki2005-01-241-2/+37
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198304 13f79535-47bb-0310-9956-ffa450edef68
* Overflow-Handling: Testing what is possible in the AreaTreeRenderer.Jeremias Maerki2005-01-201-0/+57
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198293 13f79535-47bb-0310-9956-ffa450edef68
* Test case for "fixed" block-containersJeremias Maerki2005-01-191-0/+80
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198291 13f79535-47bb-0310-9956-ffa450edef68
* Testing margins on page-masters.Jeremias Maerki2005-01-191-0/+97
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198287 13f79535-47bb-0310-9956-ffa450edef68
* Checks added.Jeremias Maerki2005-01-182-5/+144
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198285 13f79535-47bb-0310-9956-ffa450edef68
* Test cases for display-align and space-before|after for block-container. No ↵Jeremias Maerki2005-01-182-0/+114
| | | | | | checks, yet. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198283 13f79535-47bb-0310-9956-ffa450edef68
* Check absolutely positioned block-containers with auto height.Jeremias Maerki2005-01-171-0/+62
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198276 13f79535-47bb-0310-9956-ffa450edef68