[Home]

XSL CR Test Suite -- Test Coverage

[Top]

Introduction

This report tabulates the coverage of a set of test result files over a set of test case files for the test suite for the XSL Candidate Recommendation.

The agreement between an individual test result and the expected result as described in the test case is categorized as follows:

FullFull agreement with the expected result and no problems reported with either the spec or the test
FutureThe test result differed from the expected result but future support is expected. Full agreement with the expected result was not reported, no problem with either the spec or the test was reported, and future support of the feature tested by this test case is expected
DifferThe test result differed from the expected result. Full agreement with the expected result was not reported, no problem with either the spec or the test was reported, and no expected future support of the feature tested by this test case was reported
TestFull agreement with the expected result was not reported and a problem with the test was reported
SpecFull agreement with the expected result was not reported and a problem with the spec was reported
 The test result file does not cover this test
[Top]

Test Result Files

ProfileFileTest Results
FullFutureDifferTestSpecTotal
Test Results From Anonymous Implementation #1../results/1/testresults.xml [HTML]1991940190412
Test Results for XEP (version 2.21)../results/2/testresults.xml [HTML]54716720617
Test Results from Arbortext../results/3/testresults.xml [HTML]200002
Test Results for XSL Formatter v1.2 alpha (Antenna House)../results/4/testresults.xml [HTML]7554301050894
Test Results From PassiveTeX../results/5/testresults.xml [HTML]002002
Test Results from FOP (v0.19)../results/6/testresults.xml [HTML]269134900619
Total177220044812602546
[Top]

Total Test Coverage

Test CasesTests with ResultsCoverage
896896100%
[Top]

Coverage of Individual Test Suites

ProfileFileTest CasesTests with ResultsProfile Coverage
Count% of TotalCount% of Total
NIST Test Suite../NIST/testsuite.xml61568.6%61568.6%100%
IBM Test Suite../contrib/IBM/testsuite.xml12413.8%12413.8%100%
FOP Test Suite../contrib/FOP/testsuite.xml465.1%465.1%100%
Antenna House tests../contrib/XSLFormatter/testsuite.xml596.6%596.6%100%
RenderX Test Suite../contrib/XEP/testsuite.xml505.6%505.6%100%
Integration Examples../examples/test-docs/testsuite.xml20.2%20.2%100%
[Top]

Test Coverage

This section shows the test results for each test in the test case files.

The test cases are grouped by test suite, in the same order as the test suites are listed in the Coverage of Individual Test Suites table. The heading for each test suite shows its profile followed by the parenthesised filename of the XML file describing the test suite that was used as input when generating this report.

Within each test suite, the tests are grouped by their "testcase" collection. The test cases appear in the same order as in the XML document describing the test suite.

The information for individual tests is the test's ID, its description, and a table indicating the result reported by each of the result files that were used as input when generating this report.

Each test id links to that test's summary in the HTML file produced from the test suite's XML file.

The results table for each test has 6 columns, one for each of the result files used as input. The columns for each result file are in the same order as the result files are listed in the Test Results Files table.

Each test result entry links to that test's result summary in the HTML file produced from the test result's XML file.

Test Suites:


[Up] [Top]

Test Suite: NIST Test Suite (../NIST/testsuite.xml)

[Up] [Top]

Test Cases: NIST Test Cases

 
Test Results From Anonymous Implementation #1Test Results for XEP (version 2.21)Test Results from ArbortextTest Results for XSL Formatter v1.2 alpha (Antenna House)Test Results From PassiveTeXTest Results from FOP (v0.19)
renderingmodel1 test of an area that generates a background type of mark.
 Full Full Full
renderingmodel2 test of an area that generates an image (gif) type of mark.
 Full Full Full
renderingmodel3 test of an area that generates a glyph (letter "G") type of mark.
 Differ Full Full
renderingmodel4 test of an area that generates a border (solid) type of mark.
 Differ Full Full
renderingmodel5 test of an area with a visibility trait="hidden" (should not be visible).
 Differ Full Differ
renderingmodel6 test of an area that overflows its parent area for which the "overflow" trait is not set to "scroll".
 Differ Full Full
renderingmodel7 test of an area that overflows its parent area for which the "overflow" trait is set to "scroll". When the target medium is "print" or "projection" the overflowing content must be printed. When the target is a computer screen, the scrolling mechanism should also be displayed.
 Differ Future Differ
renderingmodel8 test of an area that overflows its parent area for which the "overflow" trait is set to "scroll" and the "clip" is set to "rect(some values)".
 Differ Future Differ
renderingmodel9 test the rendering of the border-rectangle. use of nested block areas.
 Full Full Differ
basic1 the child areas of an area are assigned to the content-rectangle.
FullFull Full Full
basic2 the border and padding properties of an area are optional.
FullFull Full Full
recarea1 the content-rectangle of an area is bound by the size of the padding rectangle..
 Full Full Full
recarea2 test the "block-progression-direction" by changing the "writing-mode" to "tb-rl" on the region-body.
 Differ Full Differ
recarea3 test the "inline-progression-direction" by changing the "writing-mode" to "rl-tb" on the region-body.
 Differ Future Differ
recarea4 test the "inline-progression-direction" by changing the "writing-mode" on the generating formatting object (block-container).
 Differ Future Differ
recarea5 test the "block-progression-direction" by changing the "writing-mode" on the generating formatting object (block-container).
 Differ Full Differ
recarea6 test the "alignment-baseline" trait of an inline-area (text) that is aligned with the "before-edge" of its parent.
 Full Full Differ
recarea7 test the "alignment-baseline" trait of an inline-area (text) that is aligned with the "after-edge" of its parent.
 Full Full Differ
recarea8 test the "inline-progression" trait of an "block-container", the block-progression-dimension is set to "auto".
 Full Full Differ
recarea9 test the "block-progression-dimension" trait of an "block-container", the inline-progression-dimension is set to "auto".
 Differ Full Differ
refres1 the floor(numeric) function used to compute all four border widths of an area created by a block fo.
 Differ Full Full
blockarea1 test of the "space-after" trait using different values. a value of 'force' is used for precedence.
FullFull Full Full
blockarea2 test of the "space-before" trait using different values. a value of 'force' is used for precedence.
FullFull Full Full
blockarea3 test the size a block area (not a line-area type) increasing in the line progression direction by decreasing the "start-indent" and "after-indent".
FutureDiffer Full Full
blockarea4 test the size a block area (not a line-area type) decreasing in the line progression direction by increasing the "start-indent" and "after-indent".
FutureDiffer Full Full
blockarea5 test for properly stacked areas.
FullDiffer Full Full
blockarea6 test for block areas varying its block-progression dimension to accomodate its descendants.
FutureDiffer Full Full
inline1 test of an inline area (within a block area) with no descendants.
 Full Full Full
inline2 test of an inline area (within a block area) with another inline area as its descendant.
 Full Full Differ
line1 test that line areas do no have padding and border.
 Full Full Full
line2 the allocation-rectangle of line areas is determined by the "line-stacking-strategy" trait (test for line-height).
 Full Full Full
keepandbreak1 test of a break before condition with "break-before" set "page" (page context).
 Full Full Full
keepandbreak2 test of a break before condition with explicit value set to "auto" (page context).
 Full Full Full
keepandbreak3 test of a break after condition with "break-after" set to "page" (page context) and two formatting objects.
 Full Full Full
keepandbreak4 test of a break after condition with explicit value set to "auto" (page context).
 Full Full Full
keepandbreak5 test of a break after condition with "break-after" set to "page" (page context) and one formatting object.
 Full Full Differ
keepandbreak6 test of a break before condition with "break-before" set to "even-page" and no blank page generated (even-numbered page-reference-area context).
 Full Full Full
keepandbreak7 test of a break before condition with "break-before" set to "even-page" (even-numbered page-reference-area context) and a blank page generated.
 Full Full Differ
keepandbreak8 test of a break after condition with "break-after" set to "even-page" (even-numbered page-reference-area context) and a no blank page generated.
 Full Full Differ
keepandbreak9 test of a break after condition with "break-after" set to "even-page" (even-numbered page-reference-area context) and one blank page generated.
 Differ Full Differ
keepandbreak10 test of a break before condition with "break-before" set to "even-page" (even-numbered page-reference-area context) and one blank page generated.
 Differ Full Full
keepandbreak11 test of a break after condition with "break-after" set to "odd-page" (odd-numbered page-reference-area context) and one blank page generated.
 Differ Full Full
keepandbreak12 test of a break before condition interacting with each other and one blank page generated.
 Full Full Full
keepandbreak13 test of a leading area b in an area p.
 Full Full Full
keepandbreak14 test of a trailing area b in an area p.
 Full Full Full
keepandbreak15 test a sequence of page-reference-areas generated by "page-sequence" formatting objects.
 Full Full Full
keepandbreak16 test of "keep-with-previous" condition within a page and an "always" level of strength.
 Full Full Full
keepandbreak17 test of "keep-with-next" condition within a page and an "always" level of strength.
 Full Full Full
space1 test the overlapaing of areas by setting the "space-before.optimum" to a negative number with "force" precedence.
 Differ Full Full
space2 test the overlapaing of areas by setting the "space-before.minimum" to a negative number with "force" precedence.
 Differ Full Full
bcfobreakafter1 test the "block-container" fo with the "break-after" property set to "page".
FullFull Full Differ
bcfobreakafter2 test the "block-container" fo with the "break-after" property set to "even-page" and no blank page generated.
FutureFull Full Differ
bcfobreakafter3 test the "block-container" fo with the "break-after" property set to "even-page" and a blank page is generated.
FutureDiffer Full Differ
bcfobreakafter4 test the "block-container" fo with the "break-after" property set to "odd-page" and a blank page is generated.
FutureDiffer Full Differ
bcfobreakafter5 test the "block-container" fo with the "break-after" property set to "odd-page" and no blank page is generated.
FutureFull Full Differ
bcfobreakbefore1 test the "block-container" fo with the "break-before" property set to "page" and no blank page is generated.
FullFull Full Differ
bcfobreakbefore2 test the "block-container" fo with the "break-before" property set to "even-page" and no blank page is generated.
FutureFull Full Differ
bcfobreakbefore3 test the "block-container" fo with the "break-before" property set to "even-page" and one blank page is generated.
FutureDiffer Full Differ
bcfobreakbefore4 test the "block-container" fo with the "break-before" property set to "odd-page" and one blank page is generated.
FutureDiffer Full Differ
bcfoorientation90 test the "block-container" fo with the "reference-orientation" property set to 90 degrees.
FullFull Full Differ
bcfoorientation180 test the "block-container" fo with the "reference-orientation" property set to 180 degrees.
FullDiffer Full Differ
bcfoorientation270 test the "block-container" fo with the "reference-orientation" property set to 270 degrees.
FullDiffer Full Differ
bcfoorientationneg90 test the "block-container" fo with the "reference-orientation" property set to -90 degrees.
FullDiffer Full Differ
bcfoorientationneg180 test the "block-container" fo with the "reference-orientation" property set to -180 degrees.
FullDiffer Full Differ
bcfoorientationneg270 test the "block-container" fo with the "reference-orientation" property set to -270 degrees.
FullDiffer Full Differ
bcfoborderstyle1 test the "block-container" fo with the border style properties set to "dotted".
FutureFull Full Differ
bcfoborderstyle2 test the "block-container" fo with the border style properties set to "dashed".
FullFull Full Differ
bcfoborderstyle3 test the "block-container" fo with the border style properties set to "double".
FullFull Full Differ
bcfoborderstyle4 test the "block-container" fo with the border style properties set to "groove".
FutureFull Full Differ
bcfoborderstyle5 test the "block-container" fo with the border style properties set to "ridge".
FutureFull Full Differ
bcfoborderstyle6 test the "block-container" fo with the border style properties set to "inset".
FutureFull Full Differ
bcfoborderstyle7 test the "block-container" fo with the border style properties set to "outset".
FutureFull Full Differ
bcfoborderstyle8 test the "block-container" fo with the border style properties set to "solid".
FullFull Full Full
bcfoborderstyle9 test the "block-container" fo with the border style properties set to "inherit".
FutureFull Full Differ
bcfoborderstyle10 test the "block-container" fo with the only "border-before-style" properties set to "inherit".
FullFull Full Differ
bcfoborderstyle11 test the "block-container" fo with the only "border-after-style" properties set to "inherit".
FullFull Full Differ
bcfoborderstyle12 test the "block-container" fo with the only "border-start-style" properties set to "inherit".
FullFull Full Differ
bcfoborderstyle13 test the "block-container" fo with the only "border-end-style" properties set to "inherit".
FullFull Full Differ
bcfoborderwidth1 test the "block-container" fo with the border width properties set to a fixed length ("0.3in").
FullFull Full Full
bcfoborderwidth2 test the "block-container" fo with the border width properties set to "thin".
FullFull Full Full
bcfoborderwidth3 test the "block-container" fo with the border width properties set to "medium".
FutureFull Full Differ
bcfoborderwidth4 test the "block-container" fo with the border width properties set to "thick".
FullFull Full Differ
bcfoborderwidth5 test the "block-container" fo with the border width properties set to "thick" and no before and after border style.
FullFull Full Full
bcfobackground1 test the "block-container" fo with the "background-color" property set to "yellow".
FullFull Full Full
bcfobackground2 test the "block-container" fo with the "background-color" property set to "inherit".
FullFull Full Differ
bcfobordercolor1 test the "block-container" fo with the border color properties set to the same color ("red").
FullFull Full Full
bcfobordercolor2 test the "block-container" fo with the border color properties set to different colors.
FullFull Full Full
bcfobordercolor3 test the "block-container" fo with all border color properties set to "inherit".
FullFull Full Differ
bcfobordercolor4 test the "block-container" fo with the only the "border-before-color" property set to "inherit".
FullFull Full Differ
bcfobordercolor5 test the "block-container" fo with the only the "border-after-color" property set to "inherit".
FullFull Full Differ
bcfobordercolor6 test the "block-container" fo with the only the "border-start-color" property set to "inherit".
FullFull Full Differ
bcfobordercolor7 test the "block-container" fo with the only the "border-end-color" property set to "inherit".
FullFull Full Differ
egfocontentheight test the "external-graphic" fo with the "content-height" property set to a fixed length ("0.5in") and use of a gif image.
 Full Full Differ
egfocontentheightstf test the "external-graphic" fo with the "content-height" property set to "scale-to-fit" and use of a gif image.
 Full Full Full
egfocontentheightp test the "external-graphic" fo with the "content-height" property set to a percentage value ("50%") and use of a gif image.
 Full Full Differ
egfocontentwidth test the "external-graphic" fo with the "content-width" property set to a fixed value ("0.5in") and use of a gif image.
 Full Full Differ
egfocontentwidthstf test the "external-graphic" fo with the "content-width" property set to "scale-to-fit" and use of a gif image.
 Differ Full Differ
egfocontentwidthp test the "external-graphic" fo with the "content-width" property set to a percentage value "50%" and use of a gif image.
 Full Full Differ
egfoborderstyle1 test the "external-graphic" fo with the border style properties set to "dotted" and use of a "jpg" image.
 Full Full Differ
egfoborderstyle2 test the "external-graphic" fo with the border style properties set to "dashed" and use of a "jpg" image.
 Full Full Differ
egfoborderstyle3 test the "external-graphic" fo with the border style properties set to "double" and use of a "jpg" image.
 Full Full Differ
egfoborderstyle4 test the "external-graphic" fo with the border style properties set to "groove" and use of a "jpg" image.
 Full Full Differ
egfoborderstyle5 test the "external-graphic" fo with the border style properties set to "ridge" and use of a "jpg" image.
 Full Full Differ
egfoborderstyle6 test the "external-graphic" fo with the border style properties set to "inset" and use of a "jpg" image.
 Full Full Differ
egfoborderstyle7 test the "external-graphic" fo with the border style properties set to "outset" and use of a "jpg" image.
 Full Full Differ
egfoborderstyle8 test the "external-graphic" fo with the border style properties set to "solid" and use of a "jpg" image.
 Full Full Differ
egfoborderwidth1 test the "external-graphic" fo with the border width properties set to "0.3in" and use of a "jpg" image.
 Full Full Differ
egfoborderwidth2 test the "external-graphic" fo with the border width properties set to "thin" and use of a "jpg" image.
 Full Full Differ
egfoborderwidth3 test the "external-graphic" fo with the border width properties set to "medium" and use of a "jpg" image.
 Full Full Differ
egfoborderwidth4 test the "external-graphic" fo with the border width properties set to "thick" and use of a "jpg" image.
 Full Full Differ
egfoborderwidth5 test the "external-graphic" fo with the border width properties set to "thick" and no style properties set for the before and after border and use of a "jpg" image.
 Full Full Differ
egfopadding1 test the "external-graphic" fo with the padding properties set to a fixed length "0.2in" and use of a "jpg" image.
 Full Full Differ
egfopadding2 test the "external-graphic" fo with the padding properties set to different lengths ("0.1in", "0.15in", "0.2in" and "0.25in") and use of a "jpg" image.
 Full Full Differ
egfobackground1 test the "external-graphic" fo with the "background-color" property set to "red" and use of a "jpg" image.
 Differ Full Differ
egfobordercolor1 test the "external-graphic" fo with the border color properties set to same color (yellow) and use of a "jpg" image.
 Full Full Differ
egfobordercolor2 test the "external-graphic" fo with the border color properties set to different colors and use of a "jpg" image.
 Full Full Differ
lbfobreakafter1 test the "list-block" fo with the "break-after" property set to "page".
 Full Full Differ
lbfobreakafter2 test the "list-block" fo with the "break-after" property set to "even-page" and no blank page generated.
 Full Full Differ
lbfobreakafter3 test the "list-block" fo with the "break-after" property set to "even-page" and one blank page generated.
 Differ Full Differ
lbfobreakafter4 test the "list-block" fo with the "break-after" property set to "odd-page" and one blank page generated.
 Full Full Differ
lbfobreakafter5 test the "list-block" fo with the "break-after" property set to "odd-page" and no blank page generated.
 Full Full Differ
lbfobreakbefore1 test the "list-block" fo with the "break-before" property set to "page".
 Full Full Differ
lbfobreakbefore2 test the "list-block" fo with the "break-before" property set to "even-page" and no blank page generated.
 Full Full Differ
lbfobreakbefore3 test the "list-block" fo with the "break-before" property set to "even-page" and one blank page generated.
 Full Full Differ
lbfobreakbefore4 test the "list-block" fo with the "break-before" property set to "odd-page" and one blank page generated.
 Full Full Differ
lbfoborderwidth1 test the "list-block" fo with all the border width properties set to a fixed value ("0.2in").
 Full Full Differ
lbfoborderwidth2 test the "list-block" fo with all the border width properties set "thin".
 Full Full Differ
lbfoborderwidth3 test the "list-block" fo with all the border width properties set "medium".
 Full Full Differ
lbfoborderwidth4 test the "list-block" fo with all the border width properties set "thick".
 Full Full Differ
lbfoborderwidth5 test the "list-block" fo with all the border width properties set "thick", however no "before" and "after" style is defined.
 Full Full Differ
lbfoborderstyle1 test the "list-block" fo with all the border style properties set "dotted".
 Full Full Differ
lbfoborderstyle2 test the "list-block" fo with all the border style properties set "dashed".
 Full Full Differ
lbfoborderstyle3 test the "list-block" fo with all the border style properties set "double".
 Full Full Differ
lbfoborderstyle4 test the "list-block" fo with all the border style properties set "groove".
 Full Full Differ
lbfoborderstyle5 test the "list-block" fo with all the border style properties set "ridge".
 Full Full Differ
lbfoborderstyle6 test the "list-block" fo with all the border style properties set "inset".
 Full Full Differ
lbfoborderstyle7 test the "list-block" fo with all the border style properties set "outset".
 Full Full Differ
lbfoborderstyle8 test the "list-block" fo with all the border style properties set "solid".
 Full Full Differ
lbfobackground1 test the "list-block" fo with all the border color properties set to "red".
 Full Full Differ
lbfobackground2 test the "list-block" fo with all the border color properties set to different colors ("red", "aqua", "blue" and "green").
 Full Full Differ
lbfoprovisionaldbs1 test the "list-block" fo with the "provisional-distance-between-starts" property equal to "40pt".
 Differ Full Differ
lbfoprovisionaldbs2 test two "list-block" fo's with their "provisional-distance-between-starts" property equal to "30pt" and "40pt" respectively.
 Differ Full Differ
lbfoprovisionalls1 test the "list-block" fo with the "provisional-label-separation" property equal to "40pt".
 Differ Full Differ
lbfomargintop1 test the "list-block" fo with the "margin-top" property equal to "0.5in".
 Full Full Differ
lbfomargintop2 test the "list-block" fo with the "margin-top" property equal to "inherit".
 Full Full Differ
lbfomarginbottom1 test the "list-block" fo with the "margin-bottom" property equal to "0.5in".
 Full Full Differ
lbfomarginbottom2 test the "list-block" fo with the "margin-bottom" property equal to "inherit".
 Full Full Differ
lbfomarginleft1 test the "list-block" fo with the "margin-left" property equal to "0.5in"
 Full Full Differ
lbfomarginleft2 test the "list-block" fo with the "margin-left" property equal to "inherit".
 Full Full Differ
lbfomarginright1 test the "list-block" fo with the "margin-right" property equal to "2.0in".
 Full Full Differ
lbfomarginright2 test the "list-block" fo with the "margin-right" property equal to "inherit".
 Full Full Differ
lbfospacebefore1 test the "list-block" fo with the "space-before" property equal to "1.0in".
 Full Full Full
lbfospacebefore2 test the "list-block" fo with the "space-before" property equal to "inherit".
 Test Full Differ
lbfospaceafter1 test the "list-block" fo with the "space-after" property equal to "1.0in".
 Test Full Full
lbfospaceafter2 test the "list-block" fo with the "space-after" property equal to "inherit".
 Full Full Differ
lbfostartindent1 test the "list-block" fo with the "start-indent" property set to "0.5in".
 Full Full Full
lbfoendindent1 test the "list-block" fo with the "end-indent" property set to "0.5in".
 Full Full Differ
lifobreakafter1 test the "list-item" fo with the "break-after" property set to "page".
 Differ Full Differ
lifobreakafter2 test "list-item" fo with the "break-after" property set to "odd-page" (blank page generated).
 Full Full Differ
lifobreakafter3 test the "list-item" fo with the "break-after" property set to "even-page" (no blank page generated).
 Differ Full Differ
lifobreakafter4 test the "list-item" fo with the "break-after" property set to "even-page" (force empty page).
 Differ Full Differ
lifobreakbefore1 test the "list-item" fo with the "break-before" property set to "page" (no blank pages generated).
 Differ Full Differ
lifobreakbefore2 test the "list-item" fo with the "break-before" property set to "even-page" (no blank pages generated).
 Full Full Differ
lifobreakbefore3 test the "list-item" fo with the "break-before" property set to "even-page" (one blank page generated).
 Differ Full Differ
lifobackground test two "list-item" fo's with their "background-color" properties set to "aqua" and "red" respectivley.
 Full Full Differ
lifoborderstyle1 test a "list-item" fo with all four border style properties set to "dotted".
 Full Full Differ
lifoborderstyle2 test a "list-item" fo with all four border style properties set to "dashed".
 Full Full Differ
lifoborderstyle3 test a "list-item" fo with all four border style properties set to "double".
 Full Full Differ
lifoborderstyle4 test a "list-item" fo with all four border style properties set to "groove".
 Full Full Differ
lifoborderstyle5 test a "list-item" fo with all four border style properties set to "ridge".
 Full Full Differ
lifoborderstyle6 test a "list-item" fo with all four border style properties set to "inset".
 Full Full Differ
lifoborderstyle7 test a "list-item" fo with all four border style properties set to "outset".
 Full Full Differ
lifoborderstyle8 test a "list-item" fo with all four border style properties set to "solid".
 Full Full Differ
lifoborderstyle9 test a "list-item" fo with all four border style properties set to "inherit" ("solid" value). should also show table start border style
 Full Full Differ
lifoborderstyle10 test a "list-item" fo with with only the "border-before-style" property set to "inherit" ("dotted" value).
 Full Full Differ
lifoborderstyle11 test a "list-item" fo with with only the "border-after-style" property set to "inherit" ("dotted" value).
 Full Full Differ
lifoborderstyle12 test a "list-item" fo with with only the "border-start-style" property set to "inherit" ("dotted" value).
 Full Full Differ
lifoborderstyle13 test a "list-item" fo with with only the "border-end-style" property set to "inherit" ("dotted" value).
 Full Full Differ
lifoborderwidth1 test a "list-item" fo with all four border width properties set to a fixed length ("0.3in").
 Full Full Differ
lifoborderwidth2 test a "list-item" fo with all four border width properties set to "thin".
 Full Full Differ
lifoborderwidth3 test a "list-item" fo with all four border width properties set to "medium".
 Full Full Differ
lifoborderwidth4 test a "list-item" fo with all four border width properties set to "thick".
 Full Full Differ
lifoborderwidth5 test a "list-item" fo with all four border width properties set to "thick", with the before and after style specified as "none".
 Full Full Differ
lifoborderwidth6 test a "list-item" fo with all four border width properties set to "inherit".
 Full Full Differ
lifoborderwidth7 test a "list-item" fo with only the "border-before-width" property set to "inherit".
 Full Full Differ
lifoborderwidth8 test a "list-item" fo with only the "border-after-width" property set to "inherit".
 Full Full Differ
lifoborderwidth9 test a "list-item" fo with only the "border-start-width" property set to "inherit".
 Full Full Differ
lifoborderwidth10 test a "list-item" fo with only the "border-end-width" property set to "inherit".
 Full Full Differ
lifobordercolor1 test a "list-item" fo with all four border color properties set to "red".
 Full Full Differ
lifobordercolor2 test a "list-item" fo with all four border color properties set to different colors ("red", "aqua", "blue" and "green").
 Full Full Differ
lifobordercolor3 test a "list-item" fo with all four border color properties set to "inherit".
 Full Full Differ
lifobordercolor4 test a "list-item" fo with only the "border-before-color" property set to "inherit".
 Full Full Differ
lifobordercolor5 test a "list-item" fo with only the "border-after-color" property set to "inherit".
 Full Full Differ
lifobordercolor6 test a "list-item" fo with only the "border-start-color" property set to "inherit".
 Full Full Differ
lifobordercolor7 test a "list-item" fo with only the "border-end-color" property set to "inherit".
 Full Full Differ
lifopadding1 test a "list-item" fo with all four border padding properties set to a fixed length ("0.2in")
 Full Full Differ
lifopadding2 test a "list-item" fo with the four padding properties set to different lengths ("0.1in", 0.15in", "0.2in" and "0.25in")
 Full Full Differ
lilfostartindent1 test a "list-item-label" fo with the "start-indent" property set to "5pt".
 Full Full Differ
lilfostartindent2 test of two "list-item-label" fo's with their "start-indent" properties set to "5pt" and "10pt" respectively.
 Full Full Differ
libfostartindent1 test a "list-item-body" fo with the "start-indent" property set to "40pt".
 Full Full Full
libfostartindent2 test of two "list-item-body" fo's with their "start-indent" properties set to "30pt" and "40pt" respectively.
 Full Full Full
tafoheightwidth test a single "table" fo with the "height" and "width" properties set to a fixed values (3.0in).
 Full Full Differ
tafowritingm1 test a single "table" fo with the "writing-mode" set to "tb-lr".
 Differ Full Differ
tafoborderstyle1 test the "table" fo with the border style properties set to "dotted".
 Full Full Differ
tafoborderstyle2 test the "table" fo with the border style properties set to "dashed".
 Full Full Differ
tafoborderstyle3 test the "table" fo with the border style properties set to "double".
 Full Full Differ
tafoborderstyle4 test the "table" fo with the border style properties set to "groove".
 Full Full Differ
tafoborderstyle5 test the "table" fo with the border style properties set to "ridge".
 Full Full Differ
tafoborderstyle6 test the "table" fo with the border style properties set to "inset".
 Full Full Differ
tafoborderstyle7 test the "table" fo with the border style properties set to "outset".
 Full Full Differ
tafoborderstyle8 test the "table" fo with the border style properties set to "solid".
 Full Full Differ
tafoborderwidth1 test the "table" fo with the border width properties set to a fixed length ("0.3in").
 Full Full Differ
tafoborderwidth2 test the "table" fo with the border width properties set to "thin".
 Full Full Differ
tafoborderwidth3 test the "table" fo with the border width properties set to "medium".
 Full Full Differ
tafoborderwidth4 test the "table" fo with the border width properties set to "thick".
 Full Full Differ
tafoborderwidth5 test the "table" fo with the border width properties set to "thick" and no style set for the before and after borders.
 Full Full Differ
tafocolor1 test the "table" fo with the border color properties set to "red".
 Full Full Differ
tafocolor2 test the "table" fo with the border color properties set to different colors ("red", "blue", "green" and ""yellow").
 Full Full Differ
tcofowidth test a "table-column" fo with the "column-width" property set to a fixed value (4.0in).
 Full Full Full
tcofovisibilityh test a "table-column" fo with the "visibility" property set to "hide" (force no showing of column).
 Differ Full Differ
tcofobackground test three "table-columns" fo's with the "background-color" property set different colors.
 Full Full Full
trfoheight test three "table-row" fo's with their "height" properties set to a fixed length ("0.5in",0.75in and "1.0in" respectively).
 Full Full Differ
trfobackground test three "table-row" fo's with their "background-color" properties set to "red", "blue" and "yellow" respectively.
 Full Full Differ
trfobreakafter1 test of a "table-row" fo's with the "break-after" property set to "page".
 Full Full Differ
trfobreakafter2 test of a "table-row" fo's with the "break-after" property set to "even-page" and forcing generation of a blank page.
 Differ Full Differ
trfobreakafter3 test of a "table-row" fo's with the "break-after" property set to "odd-page" and forcing generation of a blank page.
 Differ Full Differ
trfobreakafter4 test of a "table-row" fo's with the "break-after" property set to "even-page" and no blank pages generated.
 Full Full Differ
trfobreakafter5 test of a "table-row" fo's with the "break-after" property set to "odd-page" and no blank pages generated.
 Full Full Differ
trfobreakbefore1 test of a "table-row" fo's with the "break-before" property set to "page".
 Differ Full Differ
trfobreakbefore2 test of a "table-row" fo's with the "break-before" property set to "even-page" and no blank pages generated.
 Full Full Differ
trfobreakbefore3 test of a "table-row" fo's with the "break-before" property set to "even-page" and one blank page generated.
 Differ Full Differ
trfobreakbefore4 test of a "table-row" fo's with the "break-before" property set to "odd-page" and one blank page generated.
 Full Full Differ
tcfobackground1 test a "table-cell" fo with the "background-color" property set to "red".
 Full Full Full
tcfobackground2 test two "table-cell" fo's with their "background-color" properties set to "red" and respectively.
 Full Full Full
tcfobackground3 test a "table-cell" fo with the "background-color" property set to "inherit".
 Full Full Differ
tcfocolumnsspanned test two "table-cell" fo's with the "number-columns-spanned" property set to "1" and "2" respectively.
 Full Full Full
tcforowsspanned test two "table-cell" fo's with the "number-rows-spanned" property set to "1" and "2" respectively.
 Full Full Differ
tcfoheight test two "table-cell" fo's with the "height" property set to "1.in" and "2.0in" respectively.
 Full Full Differ
tcfowidth test two "table-cell" fo's with the "width" property set to "1.in" and "2.0in" respectively.
 Full Full Differ
tcfoempty1 test the "table-cell" fo with the "empty-cells" property set to "show" (force showing of empty cells).
 Full Full Full
tcfoempty2 test the "table-cell" fo with the "empty-cells" property set to "hide" (hide empty cells).
 Full Full Full
tcfocolumnnumber test three "table-cell" fo's with the "column-number" property set to values other than its normal order.
 Full Full Differ
tcfoborderstyle1 test a "table-cell" fo with the "border-style" properties set to "dotted".
 Full Full Differ
tcfoborderstyle2 test a "table-cell" fo with the "border-style" properties set to "dashed".
 Full Full Differ
tcfoborderstyle3 test a "table-cell" fo with the "border-style" properties set to "double".
 Full Full Differ
tcfoborderstyle4 test a "table-cell" fo with the "border-style" properties set to "groove".
 Full Full Differ
tcfoborderstyle5 test a "table-cell" fo with the "border-style" properties set to "ridge".
 Full Full Differ
tcfoborderstyle6 test a "table-cell" fo with the "border-style" properties set to "inset".
 Full Full Differ
tcfoborderstyle7 test a "table-cell" fo with the "border-style" properties set to "outset".
 Full Full Differ
tcfoborderstyle8 test a "table-cell" fo with the "border-style" properties set to "solid".
 Full Full Full
tcfoborderstyle9 test a "table-cell" fo with the "border-style" properties set to "inherit".
 Full Full Differ
tcfoborderstyle10 test a "table-cell" fo with the only the "border-before-style" properties set to "inherit".
 Full Full Differ
tcfoborderstyle11 test a "table-cell" fo with the only the "border-after-style" properties set to "inherit".
 Full Full Differ
tcfoborderstyle12 test a "table-cell" fo with the only the "border-start-style" properties set to "inherit".
 Full Full Differ
tcfoborderstyle13 test a "table-cell" fo with the only the "border-end-style" properties set to "inherit".
 Full Full Differ
tcfoborderwidth1 test a "table-cell" fo with the border width properties set to a fixed length (0.3in).
 Full Full Full
tcfoborderwidth2 test a "table-cell" fo with the border width properties set to "thin".
 Full Full Full
tcfoborderwidth3 test a "table-cell" fo with the border width properties set to "medium".
 Full Full Full
tcfoborderwidth4 test a "table-cell" fo with the border width properties set to "thick".
 Full Full Full
tcfoborderwidth5 test a "table-cell" fo with the border width properties set to "thick" and no border style set for before and after borders.
 Full Full Differ
tcfobordercolor1 test a "table-cell" fo with the "border-color" properties set to "blue".
 Full Full Full
tcfopadding1 test a "table-cell" fo with the four "padding" properties set to a fixed value (0.1in).
 Full Full Full
cfp-font-family1 this test tests the font-family property value of serif.
FullFull Full Full
cfp-font-family2 this test tests the font-family property value of sans-serif.
FullFull Full Full
cfp-font-family3 this test tests the font-family property value of cursive.
FullFull Full Differ
cfp-font-family4 this test tests the font-family property value of fantasy.
FullFull Full Differ
cfp-font-family5 this test tests the font-family property value of monospace.
FullFull Full Full
cfp-font-family6 this test tests the font-family property value of (fantasy,sans-serif).
FullFull Full Differ
cfp-font-family7 this test tests the font-family property value of (monospace,serif).
FullFull Full Differ
cfp-font1 this test tests font property value of unstyled.
FullFull Full Full
cfp-font2 this test tests a "font" of 13pt helvetica small-caps italic.
FullDiffer Full Full
cfp-font3 this test tests a "font" of 150%/150% serif.
FutureFull Full Full
cfp-font4 this test tests a "font" of 150%/150% sans-serif.
FutureFull Full Full
cfp-font5 this test tests a "font" of small 20px cursive.
FutureFull Full Full
cfp-font6 this test tests a "font" of italic small-caps 900 150%/150% sans-serif.
FutureFull Full Full
cfp-font7 this test tests a "font" of italic small-caps 100 150%/300% sans-serif.
FutureFull Full Full
cfp-font8 this test tests a "font" of italic small-caps 900 150%/2em monospace.
FutureFull Full Full
cfp-font9 this test tests a "font" of italic small-caps 500 150%/1in sans-serif.
FutureFull Full Full
cfp-font10 this test tests a "font" of oblique normal 700 18px/200% sans-serif.
FullFull Full Full
cfp-font11 this test tests a "font" of normal 400 80%/2.5 sans-serif.
FutureFull Full Full
cfp-font-size1 this test tests the font-size property value of medium.
FullFull Full Full
cfp-font-size2 this test tests the font-size property value of larger.
FullFull Full Differ
cfp-font-size3 this test tests the font-size property value of smaller.
FullFull Full Differ
cfp-font-size4 this test tests the font-size property value of very small.
FullFull Full Differ
cfp-font-size5 this test tests the font-size property value of rather small.
FullFull Full Differ
cfp-font-size6 this test tests the font-size property value of small.
FullFull Full Differ
cfp-font-size7 this test tests the font-size property value of large.
FullFull Full Differ
cfp-font-size8 this test tests the font-size property value of rather large.
FullFull Full Differ
cfp-font-size9 this test tests the font-size property value of very large.
FullFull Full Differ
cfp-font-size10 this test tests the font-size property value of 0.5in.
FullFull Full Full
cfp-font-size11 this test tests the font-size property value of 1cm.
FullFull Full Full
cfp-font-size12 this test tests the font-size property value of 10mm.
FullFull Full Full
cfp-font-size13 this test tests the font-size property value of 18pt.
FullFull Full Full
cfp-font-size14 this test tests the font-size property value of 1.5pc.
FullFull Full Full
cfp-font-size15 this test tests the font-size property value of 2em.
FullFull Full Full
cfp-font-size16 this test tests the font-size property value of 10pt.
FullFull Full Full
cfp-font-size17 this test tests the font-size property value of 25px.
FullFull Full Full
cfp-font-size18 this test tests the font-size property value of 2x.
FutureFull Full Full
cfp-font-size19 this test tests the font-size property value of -0.5.
FullDiffer Full Full
cfp-font-style1 this test tests the font-style property value of italic.
FullFull Full Full
cfp-font-style2 this test tests the font-style property value of oblique.
FutureFull Full Full
cfp-font-style3 this test tests the font-style property value of normal.
FullFull Full Full
cfp-font-variant1 this test tests the font-variant property value of small-caps.
FutureDiffer Full Full
cfp-font-variant2 this test tests the font-variant property value of normal.
FullFull Full Full
cfp-font-weight1 this test tests the font-weight property value of bold.
FullFull Full Full
cfp-font-weight2 this test tests the font-weight property value of bolder.
FutureFull Full Differ
cfp-font-weight3 this test tests the font-weight property value of lighter.
FullFull Full Full
cfp-font-weight4 this test tests the font-weight property value of 100.
FullFull Full Full
cfp-font-weight5 this test tests the font-weight property value of 300.
FullFull Full Full
cfp-font-weight6 this test tests the font-weight property value of 500.
FullFull Full Full
cfp-font-weight7 this test tests the font-weight property value of 700.
FullFull Full Full
cfp-font-weight8 this test tests the font-weight property value of 900.
FullFull Full Full
cfp-font-weight9 this test tests the font-weight property value of normal.
FullFull Full Full
crp-color1 this test tests the color property value of red.
FullFull Full Full
crp-color2 this test tests the color property value of green.
FullFull Full Full
crp-color3 this test tests the color property value of aqua.
FullFull Full Full
crp-color4 this test tests the color property value of black.
FullFull Full Full
crp-color5 this test tests the color property value of blue.
FullFull Full Full
crp-color6 this test tests the color property value of fuschia.
FutureFull Full Full
crp-color7 this test tests the color property value of gray.
FullFull Full Full
crp-color8 this test tests the color property value of lime.
FullFull Full Full
crp-color9 this test tests the color property value of maroon.
FullFull Full Full
crp-color10 this test tests the color property value of navy.
FullFull Full Full
crp-color11 this test tests the color property value of olive.
FullFull Full Full
crp-color12 this test tests the color property value of purple.
FullFull Full Full
crp-color13 this test tests the color property value of silver.
FullFull Full Full
crp-color14 this test tests the color property value of teal.
FullFull Full Full
crp-color15 this test tests the color property value of white.
TestFull Full Full
crp-color16 this test tests the color property value of yellow.
FullFull Full Full
cbpbp-background-color1 this test tests the background color property value of green.
FullFull Full Full
cbpbp-background-color2 this test tests the background color property value of red.
FullFull Full Full
cbpbp-background-color3 this test tests the background color property value of transparent.
FullFull Full Full
cbpbp-background-color4 this test tests the background color property value of aqua.
FullFull Full Full
cbpbp-background-color5 this test tests the background color property value of black.
FullFull Full Full
cbpbp-background-color6 this test tests the background color property value of blue.
FullFull Full Full
cbpbp-background-color7 this test tests the background color property value of fuschia.
FutureFull Full Full
cbpbp-background-color8 this test tests the background color property value of gray.
FutureFull Full Full
cbpbp-background-color9 this test tests the background color property value of lime.
FullFull Full Full
cbpbp-background-color10 this test tests the background color property value of maroon.
FullFull Full Full
cbpbp-background-color11 this test tests the background color property value of navy.
FullFull Full Full
cbpbp-background-color12 this test tests the background color property value of olive.
FullFull Full Full
cbpbp-background-color13 this test tests the background color property value of purple.
FullFull Full Full
cbpbp-background-color14 this test tests the background color property value of silver.
FullFull Full Full
cbpbp-background-color15 this test tests the background color property value of teal.
FullFull Full Full
cbpbp-background-color16 this test tests the background color property value of yellow.
FullFull Full Full
blrp-text-align1 this test tests the text-align property value of left.
FullFull Full Full
blrp-text-align2 this test tests the text-align property value of right.
FullFull Full Differ
blrp-text-align3 this test tests the text-align property value of center.
FullFull Full Full
blrp-text-align4 this test tests the text-align property value of justify.
FutureFull Full Full
blrp-text-indent1 this test tests the text-indent property value of 0.5in.
FutureFull Full Full
blrp-text-indent2 this test tests the text-indent property value of 2cm.
FutureFull Full Full
blrp-text-indent3 this test tests the text-indent property value of 20mm.
FutureFull Full Full
blrp-text-indent4 this test tests the text-indent property value of 24pt.
FutureFull Full Full
blrp-text-indent5 this test tests the text-indent property value of 2pc.
FutureFull Full Full
blrp-text-indent6 this test tests the text-indent property value of 2em.
FutureFull Full Full
blrp-text-indent7 this test tests the text-indent property value of 2in.
FutureFull Full Full
blrp-text-indent8 this test tests the text-indent property value of 50%.
FutureFull Full Differ
blrp-text-indent9 this test tests the text-indent property value of 25px.
FutureFull Full Full
blrp-text-indent10 this test tests the text-indent property value of 0.5in.
FutureFull Full Full
blrp-line-height1 this test tests the line-height property value of 0.5in.
TestFull Full Differ
blrp-line-height2 this test tests the line-height property value of 2cm.
TestFull Full Differ
blrp-line-height3 this test tests the line-height property value of 20mm.
TestFull Full Differ
blrp-line-height4 this test tests the line-height property value of 24pt.
TestFull Full Differ
blrp-line-height5 this test tests the line-height property value of 2pc.
TestFull Full Differ
blrp-line-height6 this test tests the line-height property value of 2em.
TestFull Full Differ
blrp-line-height7 this test tests the line-height property value of 3in.
TestFull Full Differ
blrp-line-height8 this test tests the line-height property value of 0.5in.
TestFull Full Differ
blrp-line-height9 this test tests the line-height property value of 2.
TestFull Full Differ
blrp-line-height10 this test tests the line-height property value of 50px.
TestFull Full Differ
cmpb-margin-top1 This test tests the space-before property value of 0in.
FullFull Full Full
cmpb-margin-top2 This test tests the space-before property value of 0.5in.
FutureFull Full Full
cmpb-margin-top3 This test tests the space-before property value of 25px.
FutureFull Full Full
cmpb-margin-top4 This test tests the space-before property value of 5em.
FutureFull Full Full
cmpb-margin-top5 This test tests the space-before property value of 50mm.
FutureFull Full Full
cmpb-margin-top6 This test tests the space-before property value of 25px.
FutureFull Full Full
cmpb-margin-top7 This test tests the space-before property value of -10px.
TestFull Full Full
cmpb-margin-bottom1 This test tests the space-after property value of 0in.
FullFull Full Full
cmpb-margin-bottom2 This test tests the space-after property value of 0.5in.
FutureFull Full Full
cmpb-margin-bottom3 This test tests the space-after property value of 25px.
FutureFull Full Full
cmpb-margin-bottom4 This test tests the space-after property value of 5em.
FutureFull Full Full
cmpb-margin-bottom5 This test tests the space-after property value of50mm.
FutureFull Full Full
cmpb-margin-bottom6 This test tests the space-after property value of 25px.
FutureFull Full Full
cmpb-margin-bottom7 This test tests the space-after property value of -10px.
FutureFull Full Full
cmpb-margin-bottom8 This test tests the space-after property value of 0px.
FullFull Full Full
cmpb-margin-left1 This test tests the margin-left property value of 0in.
FullFull Full Full
cmpb-margin-left2 This test tests the margin-left property value of 0.5in.
FutureFull Full Full
cmpb-margin-left3 This test tests the margin-left property value of 25px.
FutureFull Full Full
cmpb-margin-left4 This test tests the margin-left property value of 5em.
FutureFull Full Full
cmpb-margin-left5 This test tests the margin-left property value of 50mm.
FutureFull Full Full
cmpb-margin-left6 This test tests the margin-left property value of 0px.
FullFull Full Full
cmpb-margin-left7 This test tests the margin-left property value of -10px.
FutureFull Full Full
cmpb-margin-right1 This test tests the margin-right property value of 0in.
FullFull Full Differ
cmpb-margin-right2 This test tests the margin-right property value of 0.5in.
FutureFull Full Differ
cmpb-margin-right3 This test tests the margin-right property value of 25px.
FutureFull Full Differ
cmpb-margin-right4 This test tests the margin-right property value of 5em.
FutureFull Full Differ
cmpb-margin-right5 This test tests the margin-right property value of 50mm.
FutureFull Full Differ
cmpb-margin-right6 This test tests the margin-right property value of -10px.
FutureFull Full Differ
cbpbp-padding-bottom1 this test tests the padding-bottom property value of 0in.
FullFull Full Full
cbpbp-padding-bottom2 this test tests the padding-bottom property value of 0.5in.
TestFull Full Full
cbpbp-padding-bottom3 this test tests the padding-bottom property value of 25px.
FullFull Full Full
cbpbp-padding-bottom4 this test tests the padding-bottom property value of 5em.
FullFull Full Full
cbpbp-padding-bottom5 this test tests the padding-bottom property value of 25%.
FullFull Full Differ
cbpbp-padding-bottom6 this test tests the padding-bottom property value of 0in.
FullFull Full Full
cbpbp-padding-bottom7 this test tests the padding-bottom property value of 50pt.
FutureFull Full Full
cbpbp-padding-left1 this test tests the padding-left property value of 0in.
FullFull Full Full
cbpbp-padding-left2 this test tests the padding-left property value of 05in.
FullFull Full Differ
cbpbp-padding-left3 this test tests the padding-left property value of 25px.
FullFull Full Differ
cbpbp-padding-left4 this test tests the padding-left property value of 5em.
FullFull Full Differ
cbpbp-padding-left5 this test tests the padding-left property value of 25%.
FullFull Full Differ
cbpbp-padding-left6 this test tests the padding-left property value of 80mm.
FutureFull Full Differ
cbpbp-padding-right1 this test tests the padding-right property value of 0in.
FullFull Full Differ
cbpbp-padding-right2 this test tests the padding-right property value of 0.5in.
FullFull Full Differ
cbpbp-padding-right3 this test tests the padding-right property value of 25px.
FullFull Full Differ
cbpbp-padding-right4 this test tests the padding-right property value of 5em.
FullFull Full Differ
cbpbp-padding-right5 this test tests the padding-right property value of 25%.
FullFull Full Differ
cbpbp-padding-right6 this test tests the padding-right property value of 3pc.
FutureFull Full Differ
cbpbp-padding-top1 this test tests the padding-top property value of 0in.
FullFull Full Full
cbpbp-padding-top2 this test tests the padding-top property value of 0.5in.
FullFull Full Full
cbpbp-padding-top3 this test tests the padding-top property value of 25px.
FullFull Full Full
cbpbp-padding-top4 this test tests the padding-top property value of 5em.
FullFull Full Full
cbpbp-padding-top5 this test tests the padding-top property value of 25%.
FullFull Full Full
cbpbp-padding-top6 this test tests the padding-top property value of 36pc.
FutureFull Full Full
cbpbp-border-bottom-width1 this test tests the border-bottom-width property value of 0in.
FullFull Full Full
cbpbp-border-bottom-width2 this test tests the border-bottom-width property value of 50px.
FullFull Full Full
cbpbp-border-bottom-width3 this test tests the border-bottom-width property value of thick.
FullFull Full Full
cbpbp-border-bottom-width4 this test tests the border-bottom-width property value of medium.
FutureFull Full Full
cbpbp-border-bottom-width5 this test tests the border-bottom-width property value of thin.
FullFull Full Full
cbpbp-border-bottom-width6 this test tests the border-bottom-width property value of 25px.
FullFull Full Full
cbpbp-border-bottom-width7 this test tests the border-bottom-width property value of 0in.
 Full Full Full
cbpbp-border-left-width1 this test tests the border-left-width property value of 0in.
FullFull Full Full
cbpbp-border-left-width2 this test tests the border-left-width property value of 50px.
FullFull Full Differ
cbpbp-border-left-width3 this test tests the border-left-width property value of thick.
FullFull Full Differ
cbpbp-border-left-width4 this test tests the border-left-width property value of medium.
FutureFull Full Differ
cbpbp-border-left-width5 this test tests the border-left-width property value of thin.
FullFull Full Full
cbpbp-border-left-width6 this test tests the border-left-width property value of 25px.
FullDiffer Full Full
cbpbp-border-right-width1 this test tests the border-right-width property value of 0in.
FullFull Full Differ
cbpbp-border-right-width2 this test tests the border-right-width property value of 25px.
FullFull Full Differ
cbpbp-border-right-width3 this test tests the border-right-width property value of thick.
FullDiffer Full Differ
cbpbp-border-right-width4 this test tests the border-right-width property value of medium.
FutureDiffer Full Differ
cbpbp-border-right-width5 this test tests the border-right-width property value of thin.
FullFull Full Differ
cbpbp-border-right-width6 this test tests the border-right-width property value of 100px.
FullFull Full Differ
cbpbp-border-top-width1 this test tests the border-top-width property value of 0in.
FullFull Full Full
cbpbp-border-top-width2 this test tests the border-top-width property value of 25px.
FullFull Full Full
cbpbp-border-top-width3 this test tests the border-top-width property value of thick.
FullFull Full Full
cbpbp-border-top-width4 this test tests the border-top-width property value of medium.
FutureFull Full Full
cbpbp-border-top-width5 this test tests the border-top-width property value of thin.
FullFull Full Full
cbpbp-border-top-width6 this test tests the border-top-width property value of 25px.
FullFull Full Full
adp-width1 this test tests the width property value of 50px.
FutureFull Full Differ
adp-width2 this test tests the width property value of 200px.
FutureFull Full Differ
adp-width3 this test tests the width property value of 400px.
FutureFull Full Differ
adp-width4 this test tests the width property value of 0.5in.
FutureFull Full Differ
misc-comments1 this test tests the commenting of stylesheet.
 Full Full Full
misc-comments2 this test tests more commenting issues of stylesheet.
 Full Full Full
crp-color-units1 this test tests the color property value of maroon.
FullFull Full Full
crp-color-units2 this test tests the color property value of #800.
FutureFull Full Full
crp-color-units3 this test tests the color property value of #008000.
FullFull Full Full
crp-color-units4 this test tests the color property value of rgb(0,128,0).
FullFull Full Full
crp-color-units5 this test tests the color property value of rgb(0%,50%,0%).
FullDiffer Full Full
crp-color-units6 this test tests the color property value of rgb(0.0%,50.0%,0.0%).
FutureFull Full Full
crp-color-units7 this test tests the color property value of green.
FullFull Full Full
crp-color-units8 this test tests the color property value of invalidvalue.
FullFull Full Full
crp-color-units9 this test tests the color property value of rgb(255,-10,0).
FutureDiffer Full Differ
crp-color-units10 this test tests the color property value of rgb(0,128,255).
FullDiffer Full Full
crp-color-units11 this test tests the color property value of rgb(100%,%0,0%) as per the CSS2 Specs.
FutureDiffer Full Full
crp-color-units12 this test tests the color property value of rgb(50%,0%,60%).
FullDiffer Full Full
crp-color-units13 this test tests the color property value of blue.
FullFull Full Full
misc-perc-units1 this test tests the percentage property values of margin-left(25%),margin-right(25%).
 Full Full Differ
misc-perc-units2 this test tests the percentage property values of margin-left(50%),margin-right(0).
 Differ Full Differ
misc-perc-units3 this test tests the percentage property values of margin-left(25%).
 Full Full Differ
misc-len-units1 this test tests the length property value of margin-left(0).
 Full Full Full
misc-len-units2 this test tests the length property value of margin-left(3em).
 Full Full Full
misc-len-units3 this test tests the length property value of margin-left(2.5in).
 Full Full Full
misc-len-units4 this test tests the length property value of margin-left(36px).
 Full Full Full
misc-len-units5 this test tests the length property value of margin-left(0.5in).
 Full Full Full
misc-len-units6 this test tests the length property value of margin-left(1.27cm).
 Full Full Full
misc-len-units7 this test tests the length property value of margin-left(12.7mm).
 Full Full Full
misc-len-units8 this test tests the length property value of margin-left(36pt).
 Full Full Full
misc-len-units9 this test tests the length property value of margin-left(3pc).
 Full Full Full
misc-len-units10 this test tests the length property value of margin-left(+3pc).
 Differ Full Differ
misc-len-units11 this test tests the length property value of border-left(1in solid purple).
 Full Full Differ
misc-parsing1 this test tests the parsing property of rotation.
 Full Full Full
misc-parsing2 this test tests the color property value of "maroon".
 Full Full Full
misc-parsing3 this test tests the parsing property of quoted values.
 Full Full Differ
misc-parsing4 this test tests the color property value using the keyword "red".
 Full Full Full
misc-parsing5 this test tests the color property using the keyword "black".
 Full Full Full
misc-parsing6 this test tests duplicate rule characteristics.
 Full Full Full
misc-parsing7 this test tests "garbage" rule characteristics.
 Full Full Full
misc-hformatting1 this test tests some horizontal formatting property values.
 Full Full Full
misc-hformatting2 this test tests more horizontal formatting property values.
 Full Full Full
misc-hformatting3 this test tests still more horizontal formatting property values.
 Full Full Full
misc-hformatting4 this test tests additional horizontal formatting property values.
 Full Full Full
misc-hformatting5 this test tests more additional horizontal formatting property values.
 Full Full Full
misc-hformatting6 this test tests still more additional horizontal formatting property values.
 Full Full Full
misc-hformatting7 this test tests special horizontal formatting property values.
 Full Full Full
misc-hformatting8 this test tests more special horizontal formatting property values.
 Full Full Full
misc-hformatting9 this test tests still more special horizontal formatting property values.
 Full Full Differ
misc-hformatting10 this test tests the last of the horizontal formatting property values.
 Full Full Differ
adp-height1 this test tests an image height of 50px.
FutureFull Full Differ
adp-height2 this test tests an image height of 100px.
FutureFull Full Differ
adp-height3 this test tests an image height of 200px.
FutureFull Full Differ
blrp-heightoflines1 this test tests placement of an image relative to line height.
FutureFull Full Differ
blrp-heightoflines2 this test tests another placement of an image relative to line height.
FutureFull Full Differ
misc-replelem1 This test set the value of the content-width to "50px".
 Full Full Differ
misc-replelem2 This test tests placement of a 50px(height) image.
 Full Full Differ
misc-replelem3 This test tests placement of an image resized to 50% of the width.
 Full Full Differ
misc-replelem4 This test tests placement of an image resized to 50% of the height.
 Full Full Differ
misc-replelem5 This test sets the height value of an image to "50px".
 Full Full Differ
cmpi-margin-top-inline1 this test tests margin top inline value of 25px.
FutureFull Full Differ
cmpi-margin-top-inline2 this test tests margin top inline value of -10px.
FutureFull Full Differ
cmpi-margin-bottom-inline1 this test tests margin bottom inline value of 25px.
FutureFull Full Full
cmpi-margin-bottom-inline2 this test tests margin bottom inline value of -10px.
FutureFull Full Full
cmpi-margin-left-inline1 this test tests margin left inline value of 25px.
FutureFull Full Differ
cmpi-margin-left-inline2 this test tests margin left inline value of -10px.
FutureFull Full Differ
cmpi-margin-right-inline1 this test tests margin right inline value of 25px.
FutureFull Full Differ
cmpi-margin-right-inline2 this test tests margin right inline value of -10px.
FutureFull Full Differ
cbpbp-padding-top-inline1 this test tests padding top inline value of 25px.
FutureFull Full Differ
cbpbp-padding-top-inline2 this test tests padding top inline value of 1mm.
FutureFull Full Differ
cbpbp-padding-bottom-inline1 this test tests padding bottom inline value of 25px.
FutureFull Full Differ
cbpbp-padding-bottom-inline2 this test tests padding bottom inline value of 1mm.
FutureFull Full Differ
cbpbp-padding-left-inline1 this test tests padding left inline value of 25px.
FutureFull Full Differ
cbpbp-padding-left-inline2 this test tests padding left inline value of 40mm.
FutureFull Full Differ
cbpbp-padding-right-inline1 this test tests padding right inline value of 25px.
FullFull Full Differ
cbpbp-padding-right-inline2 this test tests padding right inline value of 80pt.
FutureFull Full Differ
cbpbp-border-top-width-inline1 this test tests border top width inline value of thin.
FullFull Full Differ
cbpbp-border-top-width-inline2 this test tests border top width inline value of 25px.
FutureDiffer Full Differ
cbpbp-border-bottom-width-inline1 this test tests border bottom width inline value of thin.
FullFull Full Differ
cbpbp-border-bottom-width-inline2 this test tests border bottom width inline value of 25px and no style set.
FutureFull Full Differ
cbpbp-border-left-width-inline1 this test tests border left width inline value of thin.
FutureFull Full Differ
cbpbp-border-left-width-inline2 this test tests border left width inline value of 25px.
FutureFull Full Differ
cbpbp-border-right-width-inline1 this test tests border right width inline value of thin.
FullFull Full Differ
cbpbp-border-right-width-inline2 this test tests border right width inline value of 25px.
FullDiffer Full Differ
inl-inline-elem1 this test tests one combination of inline elements.
 Full Full Differ
inl-inline-elem2 this test tests another combination of inline elements.
 Full Full Differ
cas-cascading1 this test tests one cascading combination of elements.
FullFull Full Full
cas-cascading2 this test tests another cascading combination of elements.
FullFull Full Full
cas-cascading3 This test tests one cascading feature of elements.
TestFull Full Full
cas-cascading4 This test tests another cascading feature of elements.
FutureFull Full Full
misc-linking1 this test tests the linking of an xsl stylesheet.
 Full Full Full
misc-list this test tests the list style image functionality.
 Full Full Full
misc-list1 this test tests more list style image functionality.
 Full Full Differ
misc-list2 this test tests more text in each list item.
 Full Full Full
cbpbp-border1 this test tests invidual border values.
FutureFull Full Full
cbpbp-border2 this test tests more individual border values.
FullFull Full Full
cbpbp-border3 this test tests still more individual border values.
FullFull Full Differ
cbpbp-border4 this test tests another combination of individual border values.
FullFull Full Differ
cbpbp-border5 this test tests more individual border values.
FullDiffer Full Full
cbpbp-border6 this test tests still more individual border values.
FutureFull Full Differ
cbpbp-border7 this test tests another combination of individual border values.
FutureDiffer Full Differ
cbpbp-border-color1 this test tests invidual border color values.
FullFull Full Full
cbpbp-border-color2 this test tests more individual border color values.
FutureFull Full Full
cbpbp-border-color3 this test tests more individual border color values.
FullFull Full Full
cbpbp-border-width1 this test tests invidual border width values.
FullFull Full Full
cbpbp-border-width2 this test tests more individual border width values.
 Full Full Differ
cbpbp-border-width3 this test tests invidual border width values.
FullFull Full Full
cbpbp-border-width4 this test tests more individual border width values.
FutureFull Full Full
cbpbp-border-width5 this test tests invidual border width values.
FullFull Full Full
cbpbp-border-width6 this test tests more individual border width values.
FullDiffer Full Full
cbpbp-border-style1 this test tests invidual border style values.
FullFull Full Differ
cbpbp-border-style2 this test tests more individual border style values.
FullFull Full Differ
cbpbp-border-style3 this test tests invidual border style values.
FullFull Full Differ
cbpbp-border-style4 this test tests more individual border style values.
FullFull Full Differ
cbpbp-border-style5 this test tests invidual border style values.
FullFull Full Differ
cbpbp-border-style6 this test tests more individual border style values.
FullFull Full Differ
cbpbp-border-style7 this test tests invidual border style values.
FullFull Full Differ
cbpbp-border-style8 this test tests more individual border style values.
FullFull Full Differ
cbpbp-border-style9 this test tests invidual border style values.
FutureFull Full Differ
cbpbp-border-style10 this test tests more individual border style values.
FutureFull Full Differ
cbpbp-border-style11 this test tests more individual border style values.
FullDiffer Full Full
cbpbp-margin1 this test tests invidual margin values.
FullFull Full Full
cbpbp-margin2 this test tests more individual margin values.
FutureFull Full Full
cbpbp-margin3 this test tests invidual margin values.
FutureFull Full Full
cbpbp-margin4 this test tests more individual margin values.
FutureFull Full Full
cbpbp-margin5 this test tests invidual margin values.
FutureFull Full Full
cbpbp-margin6 this test tests more individual margin values.
TestFull Full Full
cbpbp-margin7 this test tests invidual margin values.
FutureFull Full Full
cbpbp-margin8 this test tests more individual margin values.
FutureFull Full Full
cbpbp-margin9 this test tests invidual margin values.
FutureFull Full Full
cbpbp-margin10 this test tests more individual margin values.
FutureFull Full Full
cbpbp-margin11 this test tests more individual margin values.
FutureFull Full Full
cbpbp-padding1 this test tests invidual padding values.
FullFull Full Full
cbpbp-padding2 this test tests invidual padding values.
FullFull Full Differ
cbpbp-padding3 this test tests invidual padding values.
FullFull Full Differ
cbpbp-padding4 this test tests invidual padding values.
FullFull Full Differ
cbpbp-padding5 this test tests invidual padding values.
FullFull Full Differ
cbpbp-padding6 this test tests invidual padding values.
FutureFull Full Differ
cbpbp-border-top1 this test tests invidual border top values.
FullFull Full Full
cbpbp-border-top2 this test tests more individual border top values.
FullFull Full Differ
cbpbp-border-left1 this test tests invidual border left values.
TestFull Full Differ
cbpbp-border-left2 this test tests more individual border left values.
TestFull Full Full
cbpbp-border-bottom1 this test tests invidual border bottom values.
FullFull Full Differ
cbpbp-border-bottom2 this test tests more individual border bottom values.
FullFull Full Full
cbpbp-border-right1 this test tests invidual border right values.
FutureFull Full Differ
cbpbp-border-right2 this test tests more individual border right values.
FutureFull Full Differ
cbpbp-padding-inline1 this test tests invidual padding inline values.
FutureFull Full Differ
cbpbp-padding-inline2 this test tests more individual padding inline values.
FutureFull Full Differ
cmpi-margin-inline1 this test tests invidual margin inline values.
FutureFull Full Differ
cmpi-margin-inline2 this test tests more individual margin inline values.
FutureFull Full Differ
cbpbp-border-inline1 this test tests invidual border inline values.
FutureFull Full Differ
cbpbp-border-inline2 this test tests more individual border inline values.
FutureFull Full Differ
cbpbp-border-right-inline1 this test tests invidual border right inline values.
FutureFull Full Differ
cbpbp-border-right-inline2 this test tests more individual border right inline values.
FutureFull Full Differ
cbpbp-border-left-inline1 this test tests invidual border left inline values.
FutureFull Full Differ
cbpbp-border-left-inline2 this test tests more individual border left inline values.
FutureFull Full Differ
cbpbp-border-top-inline1 this test tests invidual border top inline values.
FutureFull Full Differ
cbpbp-border-top-inline2 this test tests more individual border top inline values.
FutureFull Full Differ
cbpbp-border-bottom-inline1 this test tests invidual border bottom inline values.
FutureFull Full Differ
cbpbp-border-bottom-inline2 this test tests more individual border bottom inline values.
FutureFull Full Differ
cbpbp-border-style-inline1 this test tests invidual border style inline values.
FutureFull Full Differ
cbpbp-border-style-inline2 this test tests more individual border style inline values.
FutureFull Full Differ
cbpbp-border-style-inline3 this test tests more individual border style inline values.
FutureDiffer Full Full
cbpbp-border-color-inline1 this test tests invidual border color inline values.
FutureFull Full Differ
cbpbp-border-color-inline2 this test tests more individual border color inline values.
FutureFull Full Differ
cbpbp-border-color-inline3 this test tests more individual border color inline values.
FutureFull Full Differ
cbpbp-border-width-inline1 this test tests invidual border width inline values.
FullFull Full Full
cbpbp-border-width-inline2 this test tests more individual border width inline values.
FutureFull Full Full

[Up] [Top]

Test Suite: IBM Test Suite (../contrib/IBM/testsuite.xml)

[Up] [Top]

Test Cases:

 
Test Results From Anonymous Implementation #1Test Results for XEP (version 2.21)Test Results from ArbortextTest Results for XSL Formatter v1.2 alpha (Antenna House)Test Results From PassiveTeXTest Results from FOP (v0.19)
1 test of absolute positioning. You should see words displayed in various positions relative to the borders.
   Test  
2 stack four blocks each with different writing direction using block containers
   Test  
3 testing block back-ground color of white and silver
   Test  
4 testing character background color with value of blue
   Test  
5 W3C logo on light green background
   Full  
6 inlines with blue and white backgrounds
   Full  
7 last leader has a red background
   Test  
8 print logo as background image
   Differ  
9 background image on character
   Differ  
10 banner logo should have textured background behind.
   Differ  
11 x's fill the red area, line the top of the green area, line the left edge of the blue area.
   Differ  
12 background image repeating on character
   Differ  
13 background image repeats across the frame.
   Differ  
14 stack four blocks each with different writing direction using block containers
   Test  
15 testing border after with value of blue
   Test  
16 testing character border-after color with value of yellow
   Test  
17 double green border around the dog
   Full  
18 stack four blocks each with different writing direction using block containers
   Test  
19 testing border style of solid
   Test  
20 testing character background style with value of solid
   Test  
21 double green border around the dog
   Full  
22 double green border around the dog
   Full  
23 stack four blocks each with different writing direction using block containers
   Test  
24 testing block border color with value of blue
   Test  
25
   Test  
26 double green border around the dog
   Full  
27 yellow border on the white inline
   Full  
28 stack four blocks each with different writing direction using block containers
   Test  
29 testing block border with style of solid
   Test  
30 double green border around the dog
   Full  
31 solid border on the white inline
   Full  
32 double green border around the dog
   Full  
33 five pixel border on the white inline
   Full  
34 Test border color
   Test  
35 Test double border
   Test  
36 Test border width
   Test  
37 stack four blocks each with different writing direction using block containers
   Test  
38 testing block border end with value of blue
   Test  
39 testing character border-end color with value of yellow
   Test  
40 double green border around the dog
   Full  
41 aqua border on the white inline
   Full  
42 stack four blocks each with different writing direction using block containers
   Test  
43 testing block border end with value of solid
   Test  
44 testing character border-end style with value of solid
   Test  
45 double green border around the dog
   Full  
46 solid border on the white inline
   Full  
47 double green border around the dog
   Full  
48 ten pixel border on the white inline
   Full  
49 Test border color
   Test  
50 Test double border
   Test  
51 Test border width
   Test  
52 Test border color
   Test  
53 Test double border
   Test  
54 Test border width
   Test  
55 testing border start with value of blue
   Test  
56 testing character border-start color with value of yellow
   Test  
57 double green border around the dog
   Full  
58 yellow border on the white inline
   Full  
59 testing block border style with value of solid
   Test  
60 testing character border-start style with value of solid
   Test  
61 double green border around the dog
   Full  
62
   Test  
63 solid border on the white inline
   Full  
64 double green border around the dog
   Full  
65 ten pixel border on the white inline
   Full  
66 Test border color
   Test  
67 Test double border
   Test  
68 Test border width
   Test  
69 test of absolute positioning. You should see several word displayed in various positions relative to the borders.
   Test  
70 Test fo:character
   Test  
71 Test margin with value of 2pc
   Test  
72 Test margin with value of 2pc
   Test  
73 Test margin with value of 1in
   Test  
74 Test margin with value of 1in
   Test  
75 text blocks "Arial Narrow", "monospaced", "sanSerif", "serif" and "Arial Black" top to bottom. "Arial Narrow" should be in 36pt Arial Narrow on a yellow background with a green border. "Monospaced" should be in 36pt monospaced on a red background with a green border. "sanSerif" should be in 36pt sanSerif on a yellow background with a green border. "Serif" should be in 36pt Serif on a red background with a green border. "Arial Black" should be in 36pt Arial Black on a yellow background with a green border.
   Full  
76 areas with colored borders. Text inside the areas should be in different font sizes indicated by the text.
   Full  
77 stack four blocks each with different writing direction using block containers
   Test  
78 stack four blocks each with different writing direction using block containers
   Test  
79 all leaders have lengths, some stretch to fit the width of the page.
   Test  
80
   Test  
81 leader patterns use rule, space, dot, and content.
   Test  
82 test of absolute positioning. You should see several word displayed in various positions relative to the borders.
   Test  
83 Test line stacking strategy with value of line-height
   Test  
84 Test margin with value of 1pc
   Test  
85 Test margin with value of 1pc
   Test  
86 Test margin with value of 1pc
   Test  
87 Test margin with value of 1pc
   Test  
88 stack four blocks each with different writing direction using block containers
   Test  
89 testing block after padding of 5px
   Test  
90 stack four blocks each with different writing direction using block containers
   Test  
91 testing block padding before with value of 5px
   Test  
92 stack four blocks each with different writing direction using block containers
   Test  
93 testing block padding end with value of 5px
   Test  
94 stack four blocks each with different writing direction using block containers
   Test  
95 testing block padding start with value of 5px
   Test  
96 region after extends to the start and end edges of the page.
   Test  
97 region before extends to the start and end edges of the page.
   Test  
98 test 90deg rotation of block container with tb-lr writing mode
   Full  
99 test 180deg reference orientation for region before
   Test  
100 test 90deg reference orientation for region body
   Test  
101 text 180 degrees rotated.
   Test  
102 test of absolute positioning. You should see several word displayed in various positions relative to the borders.
   Test  
103 dotted, dashed, and content leaders
   Test  
104 3, 5, 6, and 16 pt rules, some dotted or dashed.
   Test  
105 Test with space-after of "inherit"
   Full  
106 test with optimum, minimum, maximum
   Differ  
107 image in foreground is W3C banner
   Full  
108
   Test  
109 test of absolute positioning. You should see several word displayed in various positions relative to the borders.
   Test  
110
   Test  
111 stack four blocks each with different writing direction using block containers-testing tb-rl
   Test  
112 stack four blocks each with different writing direction using block containers-testing bt-rl
   Test  
113 doc0007.jpg
   Test  
114 stack four blocks each with different writing direction using block containers-testing lr-tb
   Test  
115 the sequence of characters "Khandy" drawn top to bottom and then left to right in Times 72pt. Each character except K will be black on a blue background with a yellow border. The "K" will be yellow on a green background with a blue border. All character blocks will be on a silver background with a blue border, inside a white background with a blue border.
   Test  
116 the sequence of characters "Khandy" drawn bottom to top and then left to right in Times 72pt. Each character except K will be black on a blue background with a yellow border. The "K" will be yellow on a green background with a blue border. All character blocks will be on a silver background with a blue border, inside a white background with a blue border.
   Differ  
117 the sequence of characters "Khandy" drawn left to right then top to bottom in Times 72pt. Each character except K will be black on a blue background with a yellow border. The "K" will be yellow on a green background with a blue border. All character blocks will be on a silver background with a blue border, inside a white background with a blue border.
   Full  
118 the sequence of characters "Khandy" drawn left to right then bottom to top in Times 72pt. Each character except K will be black on a blue background with a yellow border. The "K" will be yellow on a green background with a blue border. All character blocks will be on a silver background with a blue border, inside a white background with a blue border.
   Differ  
119 the sequence of characters "Khandy" drawn right to left then top to bottom in Times 72pt. Each character except K will be black on a blue background with a yellow border. The "K" will be yellow on a green background with a blue border. All character blocks will be on a silver background with a blue border, inside a white background with a blue border.
   Full  
120 the sequence of characters "Khandy" drawn right to left then bottom to top in Times 72pt. Each character except K will be black on a blue background with a yellow border. The "K" will be yellow on a green background with a blue border. All character blocks will be on a silver background with a blue border, inside a white background with a blue border.
   Differ  
121 the sequence of characters "Khandy" drawn top to bottom then right to left in Times 72pt. Each character except K will be black on a blue background with a yellow border. The "K" will be yellow on a green background with a blue border. All character blocks will be on a silver background with a blue border, inside a white background with a blue border.
   Test  
122 the sequence of characters "Khandy" drawn bottom to top then right to left in Times 72pt. Each character except K will be black on a blue background with a yellow border. The "K" will be yellow on a green background with a blue border. All character blocks will be on a silver background with a blue border, inside a white background with a blue border.
   Test  
123Multi Properties
Full     
124Multi Switch
Full     

[Up] [Top]

Test Suite: FOP Test Suite (../contrib/FOP/testsuite.xml)

[Up] [Top]

Test Cases: Layout

 
Test Results From Anonymous Implementation #1Test Results for XEP (version 2.21)Test Results from ArbortextTest Results for XSL Formatter v1.2 alpha (Antenna House)Test Results From PassiveTeXTest Results from FOP (v0.19)
basic1 Simple page layout, with region-before and region-after (page sequence refers to page-master)
   Full  
basic2 Simple page layout, with region-before and region-after (uses page-sequence-master)
   Full  
allregions Test of fo:region-{start,end,before,after} and precedence attribute.
   Full  
columnlevel1 Test of column-count and column-gap
   Differ  
columns Footnotes in Columns
   Full  
simplecol Two column test with one block spanning the page width
   Differ  
simplecol2 Two column test with some blocks spanning the page width and flowing across page breaks.
   Differ  
simplecol3 Two column test with some blocks spanning the page width and flowing across page breaks.
   Differ  
simplecol4 Three column test with some blocks spanning the page width and flowing across page breaks.
   Differ  
franklin_2pageseqs Test of two page sequences
   Full  
franklin_alt Page sequence with alternating left and right masters
   Full  
franklin_rep Page sequence with one page master
   Full  
franklin_rep_max_repeats Alternate test of page sequence using maximum-repeats.
   Full  
franklin_rep_max_repeats_nl Alternate test of complex page sequences using unlimited maximum-repeats.
   Full  
[Up] [Top]

Test Cases: Area Model

 
Test Results From Anonymous Implementation #1Test Results for XEP (version 2.21)Test Results from ArbortextTest Results for XSL Formatter v1.2 alpha (Antenna House)Test Results From PassiveTeXTest Results from FOP (v0.19)
background Test of background colors in table-cell, table-row, table-column, table-body, table.
   Full  
border Test of border-{color, width, style} in block-container and table-column
   Differ  
borders Test of border-{left|top|right|bottom}-{color, width, style} and border-{color,style,width} on table-cell, table-row, table-column, table-body, table.
   Full  
bordershorthand Test of border-{left|top|right|bottom}-{color, width, style} and border-{color,style,width} on table-cell, table-row, table-column, table-body, table.
   Full  
corresprop Interaction of absolute and relative properties.
   Test  
space Space in tables (cells and rows)
   Test  
[Up] [Top]

Test Cases: Keeps and Breaks

 
Test Results From Anonymous Implementation #1Test Results for XEP (version 2.21)Test Results from ArbortextTest Results for XSL Formatter v1.2 alpha (Antenna House)Test Results From PassiveTeXTest Results from FOP (v0.19)
break break-before and break-after (pages) and keep-with-* (no components) in table-rows.
   Full  
keep keeps in table rows.
   Full  
pagelevel1 breaks in page context
   Full  
pagelevel2 break-after in page context
   Full  
pagelevel3 break-before in page context
   Full  
pagelevel4 breaks in page context, with a 2-column layout.
   Full  
widowsorohans Interaction of widows/orphans with tables.
   Test  
hyphen Line breaking: hyphenation test (US English, German, Finnish, Italian).
   Differ  
[Up] [Top]

Test Cases: Formatting Objects

 
Test Results From Anonymous Implementation #1Test Results for XEP (version 2.21)Test Results from ArbortextTest Results for XSL Formatter v1.2 alpha (Antenna House)Test Results From PassiveTeXTest Results from FOP (v0.19)
character character FOs with font-size and color attributes
   Full  
footnotes-simple Use of fo:footnote and footnote-body
   Full  
headfoot Table headers and footers.
   Test  
images Test for Images
   Full  
instream block and inline instream-foreign-object (includes SVG).
   Differ  
leader fo:leader and associated properties.
   Test  
textdeko test of text-decoration on inlines.
   Full  
link links to an external pdf file
   Differ  
list Many tests for lists.
   Test  
newlinktest links to an internal destinations or external URLs
   Differ  
normal Simple document.
   Full  
normalex Simple document with expressions in attribute values.
   Full  
omit test of attributes "table-omit-{header|footer}-at-break".
   Full  
[Up] [Top]

Test Cases: Fonts

 
Test Results From Anonymous Implementation #1Test Results for XEP (version 2.21)Test Results from ArbortextTest Results for XSL Formatter v1.2 alpha (Antenna House)Test Results From PassiveTeXTest Results from FOP (v0.19)
fonts Character lists in various fonts.
   Test  
[Up] [Top]

Test Cases: Inheritance

 
Test Results From Anonymous Implementation #1Test Results for XEP (version 2.21)Test Results from ArbortextTest Results for XSL Formatter v1.2 alpha (Antenna House)Test Results From PassiveTeXTest Results from FOP (v0.19)
inhprop Test of inherited properties, and complex expressions in attributes.
   Full  
[Up] [Top]

Test Cases: Multiple

 
Test Results From Anonymous Implementation #1Test Results for XEP (version 2.21)Test Results from ArbortextTest Results for XSL Formatter v1.2 alpha (Antenna House)Test Results From PassiveTeXTest Results from FOP (v0.19)
extensive Extensive test (spacing, alignment, list-items, inclusion of SVG)
   Test  
giro Tables, SVG in fo:instream-foreign-object
   Differ  
simple A very simple document
   Full  

[Up] [Top]

Test Suite: Antenna House tests (../contrib/XSLFormatter/testsuite.xml)

[Up] [Top]

Test Cases: 6.4 Declarations and Pagination and Layout Formatting Objects

[Up] [Top]

Test Cases: 6.4.2 fo:root

 
Test Results From Anonymous Implementation #1Test Results for XEP (version 2.21)Test Results from ArbortextTest Results for XSL Formatter v1.2 alpha (Antenna House)Test Results From PassiveTeXTest Results from FOP (v0.19)
b2aab8 6-4-2-1.xml contains only one fo:root element.
   Full  
b2aab8_1 6-4-2-2.xml contains two fo:root elements. It's error.
   Test  
[Up] [Top]

Test Cases: 6.4.5 fo:page-sequence

 
Test Results From Anonymous Implementation #1Test Results for XEP (version 2.21)Test Results from ArbortextTest Results for XSL Formatter v1.2 alpha (Antenna House)Test Results From PassiveTeXTest Results from FOP (v0.19)
b2aac14 6-4-5-1.xml contains 15 page-sequences. Each fo:page-sequence generates a sequence of viewport/reference pairs, and returns the page-viewport-areas.
   Full  
[Up] [Top]

Test Cases: 6.4.6 fo:layout-master-set

 
Test Results From Anonymous Implementation #1Test Results for XEP (version 2.21)Test Results from ArbortextTest Results for XSL Formatter v1.2 alpha (Antenna House)Test Results From PassiveTeXTest Results from FOP (v0.19)
b2aac16 fo:layout-maseter-set can contain multiple simple-page-masters and page-sequence-masters.
   Full  
[Up] [Top]

Test Cases: 6.4.7 fo:page-sequence-master

 
Test Results From Anonymous Implementation #1Test Results for XEP (version 2.21)Test Results from ArbortextTest Results for XSL Formatter v1.2 alpha (Antenna House)Test Results From PassiveTeXTest Results from FOP (v0.19)
b2aac18 fo:page-sequence-master has master-name property and can be referenced by master-name.
   Full  
[Up] [Top]

Test Cases: 6.4.8 fo:single-page-master-reference

 
Test Results From Anonymous Implementation #1Test Results for XEP (version 2.21)Test Results from ArbortextTest Results for XSL Formatter v1.2 alpha (Antenna House)Test Results From PassiveTeXTest Results from FOP (v0.19)
b2aac20 make page-sequence A and B. and make one simple-page-master and one page-sequence-master. page-sequence A refers the simple-page-master. page-sequence B refers the page-sequence-master. make one single-page-master in the page-sequence-master and the single-page-master refers the simple-page-master. at page-sequnce A and B, all of the feature that originate from page-master will be same things.
   Full  
[Up] [Top]

Test Cases: 6.4.9 fo:repeatable-page-master-reference

 
Test Results From Anonymous Implementation #1Test Results for XEP (version 2.21)Test Results from ArbortextTest Results for XSL Formatter v1.2 alpha (Antenna House)Test Results From PassiveTeXTest Results from FOP (v0.19)
b2aac22-1make page-sequence A and B. and make one simple-page-master and one page-sequence-master. page-sequence A refers the simple-page-master. page-sequence B refers the page-sequence-master. make one repeatable-page-master in the page-sequnce-master and the repeatable-page-master refers the simple-page-master. at page-sequnce A and B, all of the feature that originate from page-master will be same things.
   Full  
b2aac22-2 maximum-repeats value is 3. 1-3 pages refer Pagemaster1, and rest refer PageMaster2.
   Full  
b2aac22-3 maximum-repeats value is 0. all pages refer to PageMaster2.
   Full  
b2aac22-4 maximum-repeats value is 300. 1-300 pages refer to PageMaster1. and rest pages refer to PageMaster2.
   Full  
b2aac22-5 maximum-repeats value is no-limit. all pages refer to PageMaster1.
   Full  
[Up] [Top]

Test Cases: 6.4.10 fo:repeatable-page-master-alternatives

 
Test Results From Anonymous Implementation #1Test Results for XEP (version 2.21)Test Results from ArbortextTest Results for XSL Formatter v1.2 alpha (Antenna House)Test Results From PassiveTeXTest Results from FOP (v0.19)
b2aac24 make page-sequence A and B. and make one simple-page-master and one page-sequence-master. page-sequence A refers the simple-page-master. page-sequence B refers the page-sequence-master. make one repeatable-page-alternatives in the page-sequnce-master and make one conditional-page-master-reference in the repeatable-page-master-alternatives. And conditional-page-master-reference refers the simple-page-master. at page-sequnce A and B, all of the feature that originate from page-master will be same things.
   Full  
b2aac24-2 maximum-repeats value is 300. 1-300 pages refer to PageMaster1. and rest pages refer to PageMaster2.
   Full  
b2aac24-3 maximum-repeats value is no-limit. all pages refer to PageMaster1. and no page refer to PageMaster2.
   Full  
b2aac24-5 maximum-repeats value is 0. all pages refer to PageMaster2. and no page refer to PageMaster1.
   Full  
[Up] [Top]

Test Cases: 6.4.11 fo:conditional-page-master-reference

 
Test Results From Anonymous Implementation #1Test Results for XEP (version 2.21)Test Results from ArbortextTest Results for XSL Formatter v1.2 alpha (Antenna House)Test Results From PassiveTeXTest Results from FOP (v0.19)
b2aac26-1 make page-sequence A and B. and make one simple-page-master and one page-sequence-master. page-sequence A refers the simple-page-master. page-sequence B refers the page-sequence-master. make one conditional-page-master-reference in the page-sequnce-master and the reconditional-page-master-reference refers the simple-page-master. at page-sequnce A and B, all of the feature that originate from page-master will be same things.
   Full  
b2aac26-2 Set page-position property value first,last and rest. and check first page last page and all of rests.
   Full  
[Up] [Top]

Test Cases: 6.4.12 fo:simple-page-master

 
Test Results From Anonymous Implementation #1Test Results for XEP (version 2.21)Test Results from ArbortextTest Results for XSL Formatter v1.2 alpha (Antenna House)Test Results From PassiveTeXTest Results from FOP (v0.19)
b2aac28-1 Set page-height property various values.
   Test  
b2aac28-2 Set page-width property various values.
   Test  
b2aac28-3 Set margin property various values.
   Full  
b2aac28-4 Set writing-mode property various values.
   Full  
[Up] [Top]

Test Cases: 6.4.13 fo:region-body

 
Test Results From Anonymous Implementation #1Test Results for XEP (version 2.21)Test Results from ArbortextTest Results for XSL Formatter v1.2 alpha (Antenna House)Test Results From PassiveTeXTest Results from FOP (v0.19)
b2aac30-1 Set margin property various values.
   Full  
b2aac30-2 Set writing-mode property various values.
   Full  
[Up] [Top]

Test Cases: 6.4.14 fo:region-before

 
Test Results From Anonymous Implementation #1Test Results for XEP (version 2.21)Test Results from ArbortextTest Results for XSL Formatter v1.2 alpha (Antenna House)Test Results From PassiveTeXTest Results from FOP (v0.19)
b2aac32 make region before
   Full  
[Up] [Top]

Test Cases: 6.4.15 fo:region-after

 
Test Results From Anonymous Implementation #1Test Results for XEP (version 2.21)Test Results from ArbortextTest Results for XSL Formatter v1.2 alpha (Antenna House)Test Results From PassiveTeXTest Results from FOP (v0.19)
b2aac34 make region after
   Full  
[Up] [Top]

Test Cases: 6.4.16 fo:region-start

 
Test Results From Anonymous Implementation #1Test Results for XEP (version 2.21)Test Results from ArbortextTest Results for XSL Formatter v1.2 alpha (Antenna House)Test Results From PassiveTeXTest Results from FOP (v0.19)
b2aac36 make region start
   Full  
[Up] [Top]

Test Cases: 6.4.17 fo:region-end

 
Test Results From Anonymous Implementation #1Test Results for XEP (version 2.21)Test Results from ArbortextTest Results for XSL Formatter v1.2 alpha (Antenna House)Test Results From PassiveTeXTest Results from FOP (v0.19)
b2aac38 make region end
   Test  
[Up] [Top]

Test Cases: 6.4.18 fo:flow

 
Test Results From Anonymous Implementation #1Test Results for XEP (version 2.21)Test Results from ArbortextTest Results for XSL Formatter v1.2 alpha (Antenna House)Test Results From PassiveTeXTest Results from FOP (v0.19)
b2aac40 make flow
   Test  
[Up] [Top]

Test Cases: 6.4.19 fo:static-content

 
Test Results From Anonymous Implementation #1Test Results for XEP (version 2.21)Test Results from ArbortextTest Results for XSL Formatter v1.2 alpha (Antenna House)Test Results From PassiveTeXTest Results from FOP (v0.19)
b2aac42 make static content
   Full  
[Up] [Top]

Test Cases: 6.4.20 fo:title

 
Test Results From Anonymous Implementation #1Test Results for XEP (version 2.21)Test Results from ArbortextTest Results for XSL Formatter v1.2 alpha (Antenna House)Test Results From PassiveTeXTest Results from FOP (v0.19)
b2aac44
   Test  
[Up] [Top]

Test Cases: 6.5 Block-level Formatting Objects

[Up] [Top]

Test Cases: 6.5.2 fo:block

 
Test Results From Anonymous Implementation #1Test Results for XEP (version 2.21)Test Results from ArbortextTest Results for XSL Formatter v1.2 alpha (Antenna House)Test Results From PassiveTeXTest Results from FOP (v0.19)
b2ab2b9-1 Set fo:block these properties. [7.6 Common Border, Padding, and Background Properties] [7.7 Common Font Properties] [7.9 Common Margin Properties-Block]
   Full  
b2ab2b9-2 Test fo:block contains (#PCDATA|%inline;|%block;)* model
   Full  
[Up] [Top]

Test Cases: 6.5.3 fo:block-container

 
Test Results From Anonymous Implementation #1Test Results for XEP (version 2.21)Test Results from ArbortextTest Results for XSL Formatter v1.2 alpha (Antenna House)Test Results From PassiveTeXTest Results from FOP (v0.19)
b2ab2c11-1 Test fo:block-container contains (#PCDATA|%inline;|%block;)* model
   Full  
b2ab2c11-2 set writing-mode lr-tb rl-tb tb-rl
   Full  
[Up] [Top]

Test Cases: 6.6 Inline-level Formatting Objects

[Up] [Top]

Test Cases: 6.6.2 fo:bidi-override

 
Test Results From Anonymous Implementation #1Test Results for XEP (version 2.21)Test Results from ArbortextTest Results for XSL Formatter v1.2 alpha (Antenna House)Test Results From PassiveTeXTest Results from FOP (v0.19)
bidi-01Test bidi-override
   Full  
[Up] [Top]

Test Cases: 6.6.7 fo:inline

 
Test Results From Anonymous Implementation #1Test Results for XEP (version 2.21)Test Results from ArbortextTest Results for XSL Formatter v1.2 alpha (Antenna House)Test Results From PassiveTeXTest Results from FOP (v0.19)
b2ab4c19 Test fo:inline can be child of another fo:inline.
   Test  
[Up] [Top]

Test Cases: 6.6.8 fo:inline-container

 
Test Results From Anonymous Implementation #1Test Results for XEP (version 2.21)Test Results from ArbortextTest Results for XSL Formatter v1.2 alpha (Antenna House)Test Results From PassiveTeXTest Results from FOP (v0.19)
b2ab4c21-1 Test inline-container can contain block formatting objects.
   Full  
b2ab4c21-2 Set writing mode property lr-tb,rl-tb,tb-rl
   Full  
[Up] [Top]

Test Cases: 6.6.9 fo:leader

 
Test Results From Anonymous Implementation #1Test Results for XEP (version 2.21)Test Results from ArbortextTest Results for XSL Formatter v1.2 alpha (Antenna House)Test Results From PassiveTeXTest Results from FOP (v0.19)
b2ab4c23-1 Set leader-pattern property various values.
   Full  
b2ab4c23-2 Set leader-pattern property various values.
   Test  
b2ab4c23-3 Set leader-length property various values.
   Full  
b2ab4c23-4 Set leader-length property various values.
   Test  
[Up] [Top]

Test Cases: 6-7 Formatting Objects for Tables

[Up] [Top]

Test Cases: 6-7-2 fo:table-and-caption

 
Test Results From Anonymous Implementation #1Test Results for XEP (version 2.21)Test Results from ArbortextTest Results for XSL Formatter v1.2 alpha (Antenna House)Test Results From PassiveTeXTest Results from FOP (v0.19)
b2ab6b9 Test fo:tabel-and-caption formatting object with various properties.
   Full  
[Up] [Top]

Test Cases: 6-7-3 fo:table

 
Test Results From Anonymous Implementation #1Test Results for XEP (version 2.21)Test Results from ArbortextTest Results for XSL Formatter v1.2 alpha (Antenna House)Test Results From PassiveTeXTest Results from FOP (v0.19)
b2ab6c11 Test fo:tabel formatting object with various properties.
   Full  
[Up] [Top]

Test Cases: 6-7-4 fo:table-column

 
Test Results From Anonymous Implementation #1Test Results for XEP (version 2.21)Test Results from ArbortextTest Results for XSL Formatter v1.2 alpha (Antenna House)Test Results From PassiveTeXTest Results from FOP (v0.19)
b2ab6c13-1 Test fo:tabel formatting object with various properties.
   Test  
b2ab6c13-2 Test column-width
   Full  
b2ab6c13-3 Test table-column-repeat
   Full  
b2ab6c13-4 Test table-column-sapnned
   Full  
b2ab6c13-6 Test column-number
   Full  
[Up] [Top]

Test Cases: 6-7-6 fo:table-header

 
Test Results From Anonymous Implementation #1Test Results for XEP (version 2.21)Test Results from ArbortextTest Results for XSL Formatter v1.2 alpha (Antenna House)Test Results From PassiveTeXTest Results from FOP (v0.19)
id_b2ab6c17 Test fo:table-header formatting object with various properties.
   Full  
[Up] [Top]

Test Cases: 6-7-8 fo:table-body

 
Test Results From Anonymous Implementation #1Test Results for XEP (version 2.21)Test Results from ArbortextTest Results for XSL Formatter v1.2 alpha (Antenna House)Test Results From PassiveTeXTest Results from FOP (v0.19)
id_b2ab6c21 Test fo:table-body formatting object with various properties.
   Full  
[Up] [Top]

Test Cases: 6-7-9 fo:table-row

 
Test Results From Anonymous Implementation #1Test Results for XEP (version 2.21)Test Results from ArbortextTest Results for XSL Formatter v1.2 alpha (Antenna House)Test Results From PassiveTeXTest Results from FOP (v0.19)
id_b2ab6c23 Test fo:table-body formatting object with various properties.
   Full  
[Up] [Top]

Test Cases: 6-7-10 fo:table-cell

 
Test Results From Anonymous Implementation #1Test Results for XEP (version 2.21)Test Results from ArbortextTest Results for XSL Formatter v1.2 alpha (Antenna House)Test Results From PassiveTeXTest Results from FOP (v0.19)
id_b2ab6c25 Test fo:table-body formatting object with various properties.
   Full  
[Up] [Top]

Test Cases: 6-8 Formatting Objects for Lists

[Up] [Top]

Test Cases: 6-8-2 fo:list-block

 
Test Results From Anonymous Implementation #1Test Results for XEP (version 2.21)Test Results from ArbortextTest Results for XSL Formatter v1.2 alpha (Antenna House)Test Results From PassiveTeXTest Results from FOP (v0.19)
id_b2ab8b8 Test fo:list-block formatting object with various properties.
   Full  
id_b2ab8b8-2 Test provisional-distance-between-starts property with various values.
   Test  
id_b2ab8b8-3 Test provisional-label-separation property with various values.
   Test  
[Up] [Top]

Test Cases: 6-8-3 fo:list-item

 
Test Results From Anonymous Implementation #1Test Results for XEP (version 2.21)Test Results from ArbortextTest Results for XSL Formatter v1.2 alpha (Antenna House)Test Results From PassiveTeXTest Results from FOP (v0.19)
id_b2ab8c10 Test fo:list-item formatting object with various properties.
   Full  
[Up] [Top]

Test Cases: 6-8-4 fo:list-item-body

 
Test Results From Anonymous Implementation #1Test Results for XEP (version 2.21)Test Results from ArbortextTest Results for XSL Formatter v1.2 alpha (Antenna House)Test Results From PassiveTeXTest Results from FOP (v0.19)
id_b2ab8c12 Test fo:list-item formatting object with various properties.
   Test  
[Up] [Top]

Test Cases: 6-8-5 fo:list-item-label

 
Test Results From Anonymous Implementation #1Test Results for XEP (version 2.21)Test Results from ArbortextTest Results for XSL Formatter v1.2 alpha (Antenna House)Test Results From PassiveTeXTest Results from FOP (v0.19)
id_b2ab8c14 Test fo:list-item-label formatting object with various properties.
   Full  

[Up] [Top]

Test Suite: RenderX Test Suite (../contrib/XEP/testsuite.xml)

[Up] [Top]

Test Cases: Character & Inline Formatting

 
Test Results From Anonymous Implementation #1Test Results for XEP (version 2.21)Test Results from ArbortextTest Results for XSL Formatter v1.2 alpha (Antenna House)Test Results From PassiveTeXTest Results from FOP (v0.19)
1Basic Font Attributes - Font Family
Future  Full  
2Font Weight
Future  Full  
3Font Style
Future  Full  
4Font Size
Future  Full  
5Font Aspect and X-Height Adjustment
Future  Differ  
6Font Stretch
Future  Differ  
7Font Shadow
Future  Differ  
8Subscripts and Superscript
Future  Full  
9Small Caps
Future  Full  
10Text Transformation
Future  Differ  
11Text Decoration
Future  Full  
12Character and Word Spacing
Future  Differ  
13font shorthand property
Test  Full  
14Inline Formatting - Line Breaks Control
Future  Full  
15Inline Attributes - Borders, Padding, and Background
Future  Full  
[Up] [Top]

Test Cases: Block Formatting

 
Test Results From Anonymous Implementation #1Test Results for XEP (version 2.21)Test Results from ArbortextTest Results for XSL Formatter v1.2 alpha (Antenna House)Test Results From PassiveTeXTest Results from FOP (v0.19)
16Borders & Background
Future  Full  
17Padding
Future  Full  
18Composite Margins
Future  Differ  
19Background Images
Future  Differ  
20Alignment
Future  Full  
21Indents
Future  Full  
22Line Height
Future  Full  
23Line Stacking Strategy
Future  Full  
24First Line Formatting
Future  Differ  
[Up] [Top]

Test Cases: Page Layout

 
Test Results From Anonymous Implementation #1Test Results for XEP (version 2.21)Test Results from ArbortextTest Results for XSL Formatter v1.2 alpha (Antenna House)Test Results From PassiveTeXTest Results from FOP (v0.19)
25Multi-Column Regions
Future  Full  
26Footnotes
Future  Full  
27Headers, Footers, Side Regions
Future  Full  
28Keep & break conditions
Future  Full  
[Up] [Top]

Test Cases: Page Sequences

 
Test Results From Anonymous Implementation #1Test Results for XEP (version 2.21)Test Results from ArbortextTest Results for XSL Formatter v1.2 alpha (Antenna House)Test Results From PassiveTeXTest Results from FOP (v0.19)
29Page Masters
Future  Full  
30Page Sequences
Future  Full  
31Page sequences - Maximum-repeats
Future  Full  
32Page sequences - Force-page-count
Future  Full  
[Up] [Top]

Test Cases: Lists & Tables

 
Test Results From Anonymous Implementation #1Test Results for XEP (version 2.21)Test Results from ArbortextTest Results for XSL Formatter v1.2 alpha (Antenna House)Test Results From PassiveTeXTest Results from FOP (v0.19)
34Lists and Bullets
Future  Full  
35Basic Tables
Future  Full  
36Tables - Column Specifiers
Future  Test  
37Tables - Headers and Footers
Future  Full  
38Tables - Cell spanning
Future  Full  
[Up] [Top]

Test Cases: Standard Charsets

 
Test Results From Anonymous Implementation #1Test Results for XEP (version 2.21)Test Results from ArbortextTest Results for XSL Formatter v1.2 alpha (Antenna House)Test Results From PassiveTeXTest Results from FOP (v0.19)
39Adobe Standard charset
Full  Full  
40Symbol charset
Future  Full  
41ZapfDingbats charset
Future  Full  
42All characters in Adobe standard fonts
Future  Full  
[Up] [Top]

Test Cases: Embedded fonts, Unicode, and Internationalization

 
Test Results From Anonymous Implementation #1Test Results for XEP (version 2.21)Test Results from ArbortextTest Results for XSL Formatter v1.2 alpha (Antenna House)Test Results From PassiveTeXTest Results from FOP (v0.19)
43Phonetic Alphabet - Embedded phonetic font used (Omega Serif IPA).
Future  Full  
44Polish Text - Embedded Central European font used (URW Antiqua EE).
Future  Full  
45Old Italian (Sicilian) Text - Embedded Zapf Chancery font used (URW Chancery).
Future  Full  
46Russian Handwriting Text - Embedded Cyrillic handwriting font used (PT Pushkin); old orthography.
Future  Full  
47Armenian - Russian Parallel Text Embedded Armenian and Cyrillic fonts used (PT Newton).
Future  Full  
[Up] [Top]

Test Cases: Miscellanea

 
Test Results From Anonymous Implementation #1Test Results for XEP (version 2.21)Test Results from ArbortextTest Results for XSL Formatter v1.2 alpha (Antenna House)Test Results From PassiveTeXTest Results from FOP (v0.19)
48Colors
Future  Full  
49Graphics - Inline Images
Future  Full  
50Leaders
Future  Test  
51Markers
Future  Differ  

[Up] [Top]

Test Suite: Integration Examples (../examples/test-docs/testsuite.xml)

[Up] [Top]

Test Cases: Integration Example From ArborText

 
Test Results From Anonymous Implementation #1Test Results for XEP (version 2.21)Test Results from ArbortextTest Results for XSL Formatter v1.2 alpha (Antenna House)Test Results From PassiveTeXTest Results from FOP (v0.19)
integration-01This case is an integration test that tests multiple FOs and properties. It is a massaged excerpt from the XSL spec itself designed to test display space, lists, blocks, and very basic page layout. The input XML is valid XHTML so that its general format (but NOT the many important details!) can be seen merely by bringing up the document in a browser. The referenced HTML file is really an annotated copy of the input with some indication of expected results.
 FullFullFullDifferDiffer
integration-02This case is a more complex integration test that tests multiple FOs and properties. It is designed to test more complex layout and some extended features. Specifically, it does multicolumn, spans, markers, different page models, and nested lists.
 FutureFullFullDifferFuture