aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/config.ini
blob: c6703452ddc44233b92d38e6e8ac2559b561631e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[products]
servo =
servodriver =
firefox =

[web-platform-tests]
remote_url = https://github.com/w3c/web-platform-tests.git
branch = master
sync_path = sync

[paths]
run-info = .

[manifest:upstream]
tests = tests
metadata = meta
url-base = /

[manifest:mozilla]
tests = mozilla/tests
metadata = mozilla/meta
url_base = /_mozilla/

[manifest:webgl]
tests = webgl/tests
metadata = webgl/meta
url_base = /_webgl/

[manifest:webgpu]
tests = webgpu/tests
metadata = webgpu/meta
url_base = /_webgpu/