1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/w3c-css/README Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,34 @@ 1.4 +W3C CSS Test Suite Directory 1.5 +---------------------------- 1.6 + 1.7 +This directory is for tests that are sync'ed with the official 1.8 +W3C CSS test suites at http://test.csswg.org/. 1.9 + 1.10 +submitted/ is for tests that are to be submitted to W3C. 1.11 +This directory is sync'ed automatically with the 1.12 +contributors/mozilla/submitted/mozilla-central-reftests/ 1.13 +directory in the CSSWG repository. The master copy is Mozilla's. 1.14 + 1.15 +received/ is for tests that are received from W3C. 1.16 +This directory is sync'ed semi-automatically with the approved/ 1.17 +directory in the CSSWG repository. The master copy is CSSWG's. 1.18 +Don't make changes here; they'll be overwritten by the next sync. 1.19 + 1.20 +import-tests.py automatically imports tests from a cloned hg repository 1.21 +of csswg tests, located at hg.csswg.org/test. Note that this will 1.22 +remove everything in the received/ directory when run, so don't 1.23 +store anything in there. 1.24 + 1.25 +failures.list is a list of reftests that fail in mozilla's 1.26 +implementation of a given css module. Since the tests in are 1.27 +checked-in to the mozilla tree after import, they are run in 1.28 +the same manner as all other reftests in the tree. Thus, these 1.29 +tests are marked as fails() when included in the reftest.list 1.30 +file, so that new imports will not reawaken old oranges. 1.31 + 1.32 +Legal Stuff 1.33 +----------- 1.34 + 1.35 +These files are copyright by W3C and/or the author listed in the test 1.36 +file. They are available under the BSD 3-clause license; see LICENSE 1.37 +or http://www.w3.org/Consortium/Legal/2008/03-bsd-license.html