mirror of
https://github.com/servo/servo
synced 2026-04-28 10:27:40 +02:00
This is the same configuration as gecko and is convenient for making changes compared to using releases from pypi
11 lines
211 B
INI
11 lines
211 B
INI
[products]
|
|
|
|
[web-platform-tests]
|
|
remote_url = https://github.com/w3c/web-platform-tests.git
|
|
branch = master
|
|
sync_path = %(pwd)s/sync
|
|
|
|
[manifest:default]
|
|
tests = %(pwd)s/tests
|
|
metadata = %(pwd)s/meta
|
|
url_base = / |