mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
563a7653d7
--HG-- rename : testing/web-platform/moz.build => testing/web-platform/mozilla/tests/placeholder rename : testing/web-platform/moz.build => testing/web-platform/outbound/tests/placeholder extra : rebase_source : 45498e733e8de0631e75b50a9a38138a82414c53
26 lines
420 B
INI
26 lines
420 B
INI
[products]
|
|
firefox =
|
|
|
|
[web-platform-tests]
|
|
remote_url = https://github.com/w3c/web-platform-tests.git
|
|
branch = master
|
|
sync_path = sync
|
|
|
|
[paths]
|
|
prefs = ../profiles
|
|
run_info = .
|
|
|
|
[manifest:upstream]
|
|
tests = tests
|
|
metadata = meta
|
|
url_base = /
|
|
|
|
[manifest:outbound]
|
|
tests = outbound/tests
|
|
metadata = outbound/meta
|
|
url_base = /_outbound/
|
|
|
|
[manifest:mozilla]
|
|
tests = mozilla/tests
|
|
metadata = mozilla/meta
|
|
url_base = /_mozilla/ |