[% IF official %]
This is a development version of the [% specVersionString %] Test Suite.
[% IF devel %]It contains unreviewed tests and should not be used for testing CSS conformance. This build exists to aid in test development only. [% ELSE %]
It is woefully incomplete and may contain incorrect tests. [% END %] Please check the latest version of the [% specVersionString %] specification before assuming a failure is due to an implementation bug and not a test suite bug.
In time we hope to correct all errors and extend this test suite to cover all of [% specVersionString %]. Your help is welcome in this effort. 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+xmltext/htmlNote that many of the tests require the Ahem font to be installed. The tests that require this are marked with an 'a' at the end of the filename, after the test type classification. Without the Ahem font installed, these tests are of no value.
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.
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.
[% ELSE %]These tests are licensed under the BSD 3-clause License. You may modify and distribute them under those terms. Aside from their titles, documentation, and location they are identical to the official tests of the same date. However, only the official 3-color Conformance Test Suite may be used as the basis for CSS conformance claims.
[% END %]Many thanks to the following for their contributions:
...and all the contributors to previous test suites, too!