aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Removed property values as discussed: ↵Manuel Mall2005-10-245-72/+164
| | | | | | http://marc.theaimsgroup.com/?t=112985465700004&r=1&w=2 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@328060 13f79535-47bb-0310-9956-ffa450edef68
* Merged work on Temp_SpaceResolution branch into trunk (-r 320826:327988).Jeremias Maerki2005-10-2471-2253/+4660
| | | | | | Source: http://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_SpaceResolution/ git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@328010 13f79535-47bb-0310-9956-ffa450edef68
* Test case for the issue that was just clarified by the XSL WG:Jeremias Maerki2005-10-201-0/+54
| | | | | | | A page-sequence with the only content an empty block produces an empty page. http://lists.w3.org/Archives/Public/xsl-editors/2005OctDec/0008.html git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@326992 13f79535-47bb-0310-9956-ffa450edef68
* Inline block parents were not correctly positioned when border/padding got ↵Manuel Mall2005-10-142-0/+6
| | | | | | involved - matched their positioning logic with the usual inlines git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@321108 13f79535-47bb-0310-9956-ffa450edef68
* Corrected testcase for fix from LucaManuel Mall2005-10-142-6/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@321090 13f79535-47bb-0310-9956-ffa450edef68
* Make it well-formed.Jeremias Maerki2005-10-141-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@321072 13f79535-47bb-0310-9956-ffa450edef68
* Enable stretch and shrink checking on glues.Jeremias Maerki2005-10-131-1/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@320822 13f79535-47bb-0310-9956-ffa450edef68
* the broken inline border padding with nested block testManuel Mall2005-10-131-0/+169
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@320778 13f79535-47bb-0310-9956-ffa450edef68
* Separated the working inline border padding with nested block tests from the ↵Manuel Mall2005-10-132-21/+1
| | | | | | broken tests git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@320776 13f79535-47bb-0310-9956-ffa450edef68
* Also test the case when the parent fo is an fo:inlineSimon Pepping2005-10-121-2/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@315027 13f79535-47bb-0310-9956-ffa450edef68
* Tests the case when an fo:inline starts a block after some text in theSimon Pepping2005-10-121-0/+68
| | | | | | | parent fo git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@315016 13f79535-47bb-0310-9956-ffa450edef68
* Fixed incorrect IPD for blocks nested in inlines and added IPD adjustment ↵Manuel Mall2005-10-121-7/+3
| | | | | | for inlineblockparents with borders when rendering git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@314953 13f79535-47bb-0310-9956-ffa450edef68
* Changed the line numbers in the first block in the expectations afterSimon Pepping2005-10-111-16/+16
| | | | | | | the bug fix in the code git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@312955 13f79535-47bb-0310-9956-ffa450edef68
* Missing graphics file for test caseManuel Mall2005-10-111-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@312862 13f79535-47bb-0310-9956-ffa450edef68
* Added support for leader with pattern "use-content" and recovered a ↵Manuel Mall2005-10-103-11/+93
| | | | | | previously lost 1mpt due to rounding git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@312604 13f79535-47bb-0310-9956-ffa450edef68
* Test case for wrap-option on fo:block.Jeremias Maerki2005-10-071-0/+57
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@307092 13f79535-47bb-0310-9956-ffa450edef68
* Update to support border and padding and alignments on inline fosManuel Mall2005-10-0752-292/+5709
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@307055 13f79535-47bb-0310-9956-ffa450edef68
* more test images for layout engine testsManuel Mall2005-10-078-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@307038 13f79535-47bb-0310-9956-ffa450edef68
* Test case for showing a problem with the Knuth algorithm.Jeremias Maerki2005-10-051-0/+142
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@295059 13f79535-47bb-0310-9956-ffa450edef68
* Added simple testcase for indefinite page-heightAndreas L. Delmelle2005-09-252-0/+53
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@291400 13f79535-47bb-0310-9956-ffa450edef68
* Added check for both page-height and page-width set to indefinite; use ↵Andreas L. Delmelle2005-09-241-0/+74
| | | | | | fallback (auto) for the appropriate one git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@291351 13f79535-47bb-0310-9956-ffa450edef68
* Added custom Maker for page-height and page-width; use fallback values in ↵Andreas L. Delmelle2005-09-241-0/+35
| | | | | | case value is auto git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@291338 13f79535-47bb-0310-9956-ffa450edef68
* Added fallback for specified negative or zero for column-numberAndreas L. Delmelle2005-09-216-5/+62
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@290736 13f79535-47bb-0310-9956-ffa450edef68
* Update for initial-values of column-number + some pending style-violation ↵Andreas L. Delmelle2005-09-205-0/+165
| | | | | | corrections git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@290540 13f79535-47bb-0310-9956-ffa450edef68
* Update of FOTree testcases for column-number propertyAndreas L. Delmelle2005-09-184-0/+586
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@289867 13f79535-47bb-0310-9956-ffa450edef68
* Update of FOTree testcases for column-number propertyAndreas L. Delmelle2005-09-183-316/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@289866 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix: Lengths evaluated through percentages evaluated to zero in side-regions.Jeremias Maerki2005-09-161-1/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@289426 13f79535-47bb-0310-9956-ffa450edef68
* expected table width was incorrect and now fails due to table width ↵Chris Bowditch2005-09-151-96/+91
| | | | | | calculation being corrected by Jeremias' last change. I have corrected the expected width git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@289270 13f79535-47bb-0310-9956-ffa450edef68
* Test case showing a bug with table width determination.Jeremias Maerki2005-09-151-0/+97
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@289242 13f79535-47bb-0310-9956-ffa450edef68
* Slight modification to layout testcase to make initial values for ↵Andreas L. Delmelle2005-09-151-6/+6
| | | | | | column-number work git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@289200 13f79535-47bb-0310-9956-ffa450edef68
* Disabled testcase for column-number propertyAndreas L. Delmelle2005-09-151-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@289199 13f79535-47bb-0310-9956-ffa450edef68
* Simple testcase for initial value of column-number -- tables without ↵Andreas L. Delmelle2005-09-151-0/+145
| | | | | | explicit rows git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@289195 13f79535-47bb-0310-9956-ffa450edef68
* Added line-/column-number output for easier tracing of errorsAndreas L. Delmelle2005-09-141-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@280971 13f79535-47bb-0310-9956-ffa450edef68
* Disabled test for column-number -- initial values unimplemented for the momentAndreas L. Delmelle2005-09-141-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@280969 13f79535-47bb-0310-9956-ffa450edef68
* Simple testcase for initial value of column-number -- tables with explicit rowsAndreas L. Delmelle2005-09-141-0/+169
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@280968 13f79535-47bb-0310-9956-ffa450edef68
* Ouch. The penalties are completely wrong if a higher-level block defines ↵Jeremias Maerki2005-09-142-0/+84
| | | | | | non-conditional padding. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@280872 13f79535-47bb-0310-9956-ffa450edef68
* Run the checks on the parent's propertyList.Finn Bock2005-09-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@280608 13f79535-47bb-0310-9956-ffa450edef68
* disabled Border conditionality test on tables as it isn't implemented yetChris Bowditch2005-09-131-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@280529 13f79535-47bb-0310-9956-ffa450edef68
* Added Test case for Border Conditionality on fo:tableChris Bowditch2005-09-131-0/+195
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@280527 13f79535-47bb-0310-9956-ffa450edef68
* Enabled fotree junit tests.Finn Bock2005-09-124-1/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@280298 13f79535-47bb-0310-9956-ffa450edef68
* Implemented the example under 4.3.1 Space-resolution Rules as a test case. ↵Jeremias Maerki2005-09-092-0/+56
| | | | | | Test fails. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@279733 13f79535-47bb-0310-9956-ffa450edef68
* Removing trailing spaces at the end of text areas: this is done by storing ↵Luca Furini2005-09-081-2/+3
| | | | | | | | the Position, whose value points to the AreaInfo created for a space, inside the glue element that is ignored if there is a line break. This fixes item 2) in bug 36533. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@279551 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #36505: Jeremias Maerki2005-09-062-48/+106
| | | | | | | | | | | | | Several fixes for SVG painting in the Java2DRenderer. Updated SVG test case to test additional features. Submitted by: Richard Wheeldon <richardw.at.geoquip-rnd.demon.co.uk> Comments and changes by jeremias: Added an additional SVG image with an intrinsic size and modified the test case to use and test that, too. I'll commit this patch because it improves the current situation but I'm not happy with the current state of Java2DRenderer.renderSVGDocument(). Creating inverse transformation matrices is surely not the right way to do this. The matrix should be saved and restored instead. Furthermore, renderSVGDocument should be extracted into a Java2DSVGHandler like it is done for the other renderers. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@278966 13f79535-47bb-0310-9956-ffa450edef68
* Renamed test cases to avoid filename problems under Unix.Jeremias Maerki2005-09-051-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@278754 13f79535-47bb-0310-9956-ffa450edef68
* Renamed test cases to avoid filename problems under Unix.Jeremias Maerki2005-09-053-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@278753 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #36487:Jeremias Maerki2005-09-052-214/+0
| | | | | | | Forgot to remove the two test cases Manuel indicated. Submitted by: Manuel Mall <mm.at.arcus.com.au> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@278699 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #36487: Jeremias Maerki2005-09-0519-65/+1270
| | | | | | | | | | | | | | | | Background images were incorrectly positioned in some absolute positioned blocks. Some additional attributes output by the XMLRenderer. Refactored the layout for e-g and i-f-o. Introduced common base classes for the corresponding flow objects as well as the e-g and i-f-o LMs. Fixed incorrectly applied margins on region-body when writing mode is not lr. Fixed application of correct percent base for margins and extents on regions when the reference orientation is 90 degrees. Fixed incorrectly positioned regions when writing mode is different between the simple-page-master setting and the setting on the region. Several updates to the layout engine test cases. Submitted by: Manuel Mall <mm.at.arcus.com.au> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@278690 13f79535-47bb-0310-9956-ffa450edef68
* Resurrected overwritten test case external-graphic4.xml under a different name.Jeremias Maerki2005-09-012-0/+53
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@265747 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #36460 (second part):Jeremias Maerki2005-09-01209-34/+34
| | | | | | | Renamed all test cases to more speaking names. Submitted by: Manuel Mall <mm.at.arcus.com.au> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@265720 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #36460 (first part): Jeremias Maerki2005-09-011-0/+0
| | | | | | | Some minor cleanup and two bigger revamps of two cases. (Forgot the new image.) Submitted by: Manuel Mall <mm.at.arcus.com.au> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@265713 13f79535-47bb-0310-9956-ffa450edef68