aboutsummaryrefslogtreecommitdiffstats
path: root/test/layoutengine/standard-testcases
Commit message (Collapse)AuthorAgeFilesLines
* Add version attribute to AT and IF intermediate formats. Also eliminate ↵Glenn Adams2012-05-282-7/+7
| | | | | | redundant use of reversed attribute in AT format. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1343133 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #45715: Break before (break-before) not respected on blocks nested ↵Glenn Adams2012-05-043-0/+118
| | | | | | in inlines. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1334058 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #50196: Add test for basic-link with padding.Glenn Adams2012-04-241-0/+45
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1329865 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #53101: Ensure that table cell spanning works in right-to-left ↵Glenn Adams2012-04-201-0/+89
| | | | | | writing mode. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1328515 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #53086: Ensure that table footer and header are included in ↵Glenn Adams2012-04-171-0/+91
| | | | | | bididirectional resolution. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1327291 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #53097: Ensure writing-mode specified on fo:table is used to ↵Glenn Adams2012-04-172-3/+87
| | | | | | determine writing mode of table and its descendants. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1327244 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #52763: Support list-block in marker, thus preventing NPE.Glenn Adams2012-04-111-0/+78
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1325016 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #53005: Fix incorrect treatment of fo:wrapper as %block in fo:footnoteGlenn Adams2012-04-031-0/+55
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1309024 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla#50391: Adding support for different flow-name of fo:region-body in FOPPeter Hancock2012-03-021-0/+65
| | | | | | | Unit tests and a bugfix related to a repeatable sub-sequence specifier combo git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1296104 13f79535-47bb-0310-9956-ffa450edef68
* apply complex scripts patchGlenn Adams2012-02-2644-131/+3649
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1293736 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla#51962: Bugfix for when the last simple-page-master referenced in a ↵Peter Hancock2011-10-111-0/+108
| | | | | | page-sequence-master is not chosen when force-page-count=odd. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1181660 13f79535-47bb-0310-9956-ffa450edef68
* Fixed regression introduced by SVN rev 1088079:Jeremias Maerki2011-06-211-0/+46
| | | | | | Endless loop with empty fo:inline. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1137921 13f79535-47bb-0310-9956-ffa450edef68
* Property fixupAndreas L. Delmelle2011-04-031-42/+42
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1088245 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 50988: Fixed a NullPointerException in case a fo:character was ↵Andreas L. Delmelle2011-04-031-0/+43
| | | | | | | | removed due to white-space handling. Thanks to Matthias Reischenbacher. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1088242 13f79535-47bb-0310-9956-ffa450edef68
* Properly fix the case of unresolved bookmarks for the intermediate format: ↵Andreas L. Delmelle2011-03-271-1/+1
| | | | | | bypass serialization of the bookmarks, instead of only its action. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1085944 13f79535-47bb-0310-9956-ffa450edef68
* Temporarily disable new test added in r1085824Andreas L. Delmelle2011-03-271-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1085940 13f79535-47bb-0310-9956-ffa450edef68
* Fixed regression introduced by Bugzilla 50593: bookmarks pointing to a ↵Andreas L. Delmelle2011-03-261-0/+6
| | | | | | non-existing internal destination should just trigger a warning. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1085824 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 50965: Fix regression in BlockContainerLayoutManager where margins ↵Andreas L. Delmelle2011-03-261-0/+56
| | | | | | | | were not reset after forced breaks. Thanks to Martin Koegler. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1085820 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #50763: Implemented non-standard behavior for basic-link areas, ↵Vincent Hennebert2011-03-246-5/+309
| | | | | | such that they take into account the heights of their descendants areas git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1085058 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix: keep-together does not apply to fo:table-cellVincent Hennebert2011-03-224-4/+80
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1084205 13f79535-47bb-0310-9956-ffa450edef68
* Fixed spurious table warningsVincent Hennebert2011-03-221-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1084193 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix: keep-together on a table containing row-spanning cells was not honoredVincent Hennebert2011-03-211-0/+69
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1083863 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #50196: padding-start ignored when table-header/footer is repeated.Vincent Hennebert2011-03-091-0/+77
| | | | | | | Patch submitted by Matthias Reischenbacher git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1079969 13f79535-47bb-0310-9956-ffa450edef68
* b49835Andreas L. Delmelle2011-03-072-5/+162
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1079013 13f79535-47bb-0310-9956-ffa450edef68
* Revert r1067644 (local 'clean' trunk got mixed up with fix for 49877)Andreas L. Delmelle2011-02-061-1/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1067722 13f79535-47bb-0310-9956-ffa450edef68
* Preceding cleanups 'fixed' behavior in test caseAndreas L. Delmelle2011-02-061-5/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1067644 13f79535-47bb-0310-9956-ffa450edef68
* Add test/use-case for id on fo:rootAndreas L. Delmelle2011-01-151-14/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1059415 13f79535-47bb-0310-9956-ffa450edef68
* move hyphenation-dependent testcase into hyphenation-testcasesSimon Pepping2011-01-121-49/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1058034 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 49848: Correct behavior of keep-together.within-line in case of ↵Andreas L. Delmelle2011-01-091-0/+19
| | | | | | nested inlines git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1056945 13f79535-47bb-0310-9956-ffa450edef68
* Property fixupAndreas L. Delmelle2011-01-081-60/+60
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1056772 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 48380: Avoid ClassCastException when using fox:widow-content-limitAndreas L. Delmelle2011-01-071-0/+61
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1056513 13f79535-47bb-0310-9956-ffa450edef68
* Avoid unwrapping and rewrapping of Positions; use inspection instead. Remove ↵Simon Pepping2010-12-241-1/+1
| | | | | | unused method removeWordSpace git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1052561 13f79535-47bb-0310-9956-ffa450edef68
* Auxiliary positions do not have an index value; fixing this in ↵Simon Pepping2010-12-171-0/+49
| | | | | | InlineStackingLM.applyChanges, rewrapping positions; fixed bug 49870 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1050342 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #50089: Content after forced break in block-container is not renderedVincent Hennebert2010-12-141-0/+47
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1049228 13f79535-47bb-0310-9956-ffa450edef68
* Avoid an NPE in InlineStackingLM.applyChanges for Knuth elements with a null ↵Simon Pepping2010-12-091-0/+44
| | | | | | position; resolves bug 50276 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1043871 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #42034:Jeremias Maerki2010-12-071-0/+53
| | | | | | Fixed adjustment of inline parent area for justified text containing a forward page reference. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1042934 13f79535-47bb-0310-9956-ffa450edef68
* Allow for words consisting of only soft hyphens; fixes bug 49837Simon Pepping2010-12-041-0/+98
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1042115 13f79535-47bb-0310-9956-ffa450edef68
* Do not re-create an AlignmentContext instance if one already exists.Vincent Hennebert2010-11-161-0/+60
| | | | | | | Fixes a bug when the changing IPD hack is triggered and the getNextKnuthElements method is called a second time git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1035609 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #49885:Jeremias Maerki2010-09-071-0/+84
| | | | | | Fixed retrieval of available BPD for cases spanning columns and multiple pages with differing page masters. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@993357 13f79535-47bb-0310-9956-ffa450edef68
* Implemented reset method for changing IPDVincent Hennebert2010-09-021-6/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@992029 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix: NPE when there is a forced break before a table occurring at an IPD ↵Vincent Hennebert2010-03-151-0/+74
| | | | | | change git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@923380 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix: definition of a special page-master for the last page was ↵Vincent Hennebert2010-02-231-0/+60
| | | | | | interfering with changing IPD code git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@915406 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #46486: having a special page-master for the last page caused loss ↵Vincent Hennebert2010-01-187-0/+904
| | | | | | of content when normal blocks were mixed with blocks spanning all columns. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@900364 13f79535-47bb-0310-9956-ffa450edef68
* Fixed test case: 102 / 255 is 0.4, not 0.48. It is not the same as the ↵Jeremias Maerki2009-12-171-1/+1
| | | | | | previous check where no RGB replacement values are given but are calculated from the CMYK value. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@891725 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix in Changing IPD: reset only the children LMs that have been created ↵Vincent Hennebert2009-11-241-0/+96
| | | | | | so far. Layout managers following a forced break have not even been created yet. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@883709 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #48082: value of conditional space not always taken into account in ↵Vincent Hennebert2009-10-291-0/+65
| | | | | | the calculation of a table's height git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@830996 13f79535-47bb-0310-9956-ffa450edef68
* Merged changes from Trunk up to revision 829121Vincent Hennebert2009-10-232-0/+484
|\ | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Accessibility@829138 13f79535-47bb-0310-9956-ffa450edef68
| * Bugfix: crash occurring when no restartable element could be found after a ↵Vincent Hennebert2009-10-201-0/+404
| | | | | | | | | | | | changing IPD break git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@827047 13f79535-47bb-0310-9956-ffa450edef68
| * Bugfix: a table immediately following a break where changing IPD occurs was ↵Vincent Hennebert2009-10-191-0/+80
| | | | | | | | | | | | causing a NPE (or some content to be swallowed if it's not a table) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@826739 13f79535-47bb-0310-9956-ffa450edef68
* | Updated test case: there is now a specific handling of alt-text Vincent Hennebert2009-10-231-4/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Accessibility@829135 13f79535-47bb-0310-9956-ffa450edef68