mirror of
https://github.com/servo/servo.git
synced 2025-08-11 08:25:32 +01:00
Add --layout-2020
to ./mach test-wpt
and ./mach update-wpt
… with separate metadata (expected results) and include manifest.
This commit is contained in:
parent
2b01c26aa5
commit
5cabcd5268
95 changed files with 200 additions and 0 deletions
|
@ -93,6 +93,10 @@ def set_defaults(kwargs):
|
|||
|
||||
wptcommandline.check_args(kwargs)
|
||||
|
||||
if kwargs.pop("layout_2020"):
|
||||
kwargs["test_paths"]["/"]["metadata_path"] = wpt_path("metadata-layout-2020")
|
||||
kwargs["include_manifest"] = wpt_path("include-layout-2020.ini")
|
||||
|
||||
|
||||
def main():
|
||||
parser = wptcommandline.create_parser()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue