|
1 W3C CSS Test Suite Directory |
|
2 ---------------------------- |
|
3 |
|
4 This directory is for tests that are sync'ed with the official |
|
5 W3C CSS test suites at http://test.csswg.org/. |
|
6 |
|
7 submitted/ is for tests that are to be submitted to W3C. |
|
8 This directory is sync'ed automatically with the |
|
9 contributors/mozilla/submitted/mozilla-central-reftests/ |
|
10 directory in the CSSWG repository. The master copy is Mozilla's. |
|
11 |
|
12 received/ is for tests that are received from W3C. |
|
13 This directory is sync'ed semi-automatically with the approved/ |
|
14 directory in the CSSWG repository. The master copy is CSSWG's. |
|
15 Don't make changes here; they'll be overwritten by the next sync. |
|
16 |
|
17 import-tests.py automatically imports tests from a cloned hg repository |
|
18 of csswg tests, located at hg.csswg.org/test. Note that this will |
|
19 remove everything in the received/ directory when run, so don't |
|
20 store anything in there. |
|
21 |
|
22 failures.list is a list of reftests that fail in mozilla's |
|
23 implementation of a given css module. Since the tests in are |
|
24 checked-in to the mozilla tree after import, they are run in |
|
25 the same manner as all other reftests in the tree. Thus, these |
|
26 tests are marked as fails() when included in the reftest.list |
|
27 file, so that new imports will not reawaken old oranges. |
|
28 |
|
29 Legal Stuff |
|
30 ----------- |
|
31 |
|
32 These files are copyright by W3C and/or the author listed in the test |
|
33 file. They are available under the BSD 3-clause license; see LICENSE |
|
34 or http://www.w3.org/Consortium/Legal/2008/03-bsd-license.html |