aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/update.py
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2020-01-29 20:04:37 -0500
committerGitHub <noreply@github.com>2020-01-29 20:04:37 -0500
commit912a09c476c95de44d8f4c653c42d35567eba24c (patch)
tree05b6283c68b68845c61e7bdb76069589f2b9f505 /tests/wpt/update.py
parentb3ac17b82f687561c4cb3c53a264a99789d4ca09 (diff)
parent7cf071079d5db1b6897ad56ca4111fc69a935658 (diff)
downloadservo-912a09c476c95de44d8f4c653c42d35567eba24c.tar.gz
servo-912a09c476c95de44d8f4c653c42d35567eba24c.zip
Auto merge of #25630 - mrobinson:mozilla-css, r=SimonSapin
Enable Mozilla CSS tests for layout_2020 and add expectations This change allows mach to run the Mozilla CSS tests when running with the ``--layout2020` argument. This is useful because we can mark tests as passing as features are added. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [ ] These changes fix #___ (GitHub issue number if applicable) <!-- Either: --> - [ ] There are tests for these changes OR - [x] These changes do not require tests because they are tests. <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
Diffstat (limited to 'tests/wpt/update.py')
-rw-r--r--tests/wpt/update.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/wpt/update.py b/tests/wpt/update.py
index d8d1db22114..28697d5d904 100644
--- a/tests/wpt/update.py
+++ b/tests/wpt/update.py
@@ -36,6 +36,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")