mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Use upstream wptrunner from web-platform-tests.
This commit is contained in:
parent
d9baadd3df
commit
ca340eca39
157 changed files with 4 additions and 15095 deletions
|
@ -115,7 +115,7 @@ def wpt_harness_path(is_firefox, topdir, *paths):
|
|||
if is_firefox:
|
||||
rel = os.path.join(wpt_root, "tests", "tools", "wptrunner")
|
||||
else:
|
||||
rel = os.path.join(wpt_root, "harness")
|
||||
rel = os.path.join(wpt_root, "web-platform-tests", "tools", "wptrunner")
|
||||
|
||||
return os.path.join(topdir, rel, *paths)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue