servo/tests/wpt/web-platform-tests/css/tools
2019-03-29 00:51:32 -04:00
..
apiclient Update web-platform-tests to revision 9fc797e6e5fb7d244dfb5b5125886c01f8cedf2b 2019-02-05 23:23:41 -05:00
w3ctestlib Update web-platform-tests to revision 3bfdeb8976fc51748935c8d1f1014dfba8e08dfb 2019-03-29 00:51:32 -04:00
build.py
META.yml Update web-platform-tests to revision 66f38302334f162d363afcf4a1792d895072f3ef 2018-06-13 23:18:12 -04: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.