[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