servo/tests/wpt/web-platform-tests/css/tools
2020-08-17 10:54:48 +00:00
..
apiclient Update web-platform-tests to revision fa41b43ac93bc2fdc2427a4378dc3754d483cdda 2019-12-10 11:06:32 +00:00
w3ctestlib Update web-platform-tests to revision 0f986ae5b0865c0bef78e41e35d144e30a14b2e7 2020-08-17 10:54:48 +00:00
build.py Update web-platform-tests to revision 2b80e6d28f3c1ca734384ebded282bf07df80657 2019-10-18 13:42:40 +00:00
META.yml Update web-platform-tests to revision ac16628eb7eb601957382053011363d2bcf8ce44 2020-02-17 11:33:33 +00:00
README.md Update web-platform-tests to revision 1829a42c93e435937db68c8a842fa9b56dd39dc2 2018-05-30 22:50:35 -04:00

This directory contains the CSS build system.

It is recommended that it is run with ../build-css-testsuites.sh, as this ensures all dependencies are installed. Note that it is not required to build the testsuites to run tests; you can just run tests as with any other web-platform-tests tests (see ../../docs/).

The build system is formed of build.py in this directory, the w3ctestlib package in w3ctestlib/, and the apiclient package in apiclient/apiclient/. Note that apiclient exists as a separate upstream project at https://hg.csswg.org/dev/apiclient/, and that ideally any changes here should make it upstream.