This is a Release Candidate version of the CSS2.1 Test Suite.
Some tests in the test suite may contain errors. Please check the latest version of the CSS2.1 specification and its errata before assuming a failure is due to an implementation bug and not a test suite bug.
The appropriate mailing list for submitting tests and bug reports is public-css-testsuite@w3.org. More information on the contribution process and test guidelines is available on the wiki page.
Tests are currently available in three formats:
application/xhtml+xml
text/html
Additional tests, that do not fit in any of those formats, are located separately:
Unless the test instructions explicitly indicate otherwise, any occurrence of red in a test indicates test failure.
Note that many of the tests require the Ahem font to be installed. These tests are marked with the 'ahem' flag in their metadata. Without the Ahem font installed, these tests are of no value.
Some of the font-related tests also require special fonts. These tests are marked with the 'font' flag in their metadata.
An implementation report template is available to help with creating implementation reports. See also the explanation of its format.
Most of the test suite makes the following assumptions:
div
element is assigned display: block;
and no other property declaration.span
element is assigned display: inline;
and no other property declaration.p
element is assigned display: block;
li
element is assigned display: list-item;
table
, tbody
,
tr
, and td
are assigned the display
values table
, table-row-group
,
table-row
, and table-cell
, respectively.black
, white
, gray
,
silver
, red
, green
, blue
,
purple
, yellow
, orange
, teal
,
fuchsia
, maroon
, navy
, aqua
,
and lime
as distinct colors.In addition, some of the tests make one or more of the following assumptions:
The tests that need these assumptions to be true have not yet been marked, but it is likely that we will add a way to identify these tests in due course. Tests should avoid relying on these assumptions unless necessary.
This test suite is licensed under both the W3C Test Suite License and the W3C 3-clause BSD License. See W3C Legal's explanation of the licenses.
Many thanks to the following for their contributions:
...and all the contributors to the CSS1 test suite.