diff options
Diffstat (limited to 'tests/wpt/run.py')
-rw-r--r-- | tests/wpt/run.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/wpt/run.py b/tests/wpt/run.py index 7e6fcaede82..33a9b710619 100644 --- a/tests/wpt/run.py +++ b/tests/wpt/run.py @@ -97,6 +97,7 @@ def set_defaults(kwargs): if kwargs.pop("layout_2020"): kwargs["test_paths"]["/"]["metadata_path"] = wpt_path("metadata-layout-2020") + kwargs["test_paths"]["/_mozilla/"]["metadata_path"] = wpt_path("mozilla/meta-layout-2020") kwargs["include_manifest"] = wpt_path("include-layout-2020.ini") |