mirror of
https://github.com/servo/servo.git
synced 2025-06-12 10:24:43 +00:00
Be sligthly more verbose about css-properties.json in test-unit
This commit is contained in:
parent
2d8c17e600
commit
bf8edd1596
1 changed files with 2 additions and 0 deletions
|
@ -660,6 +660,7 @@ testing/web-platform/mozilla/tests for Servo-only tests""" % reference_path)
|
|||
|
||||
|
||||
def check_css_properties_json(topdir):
|
||||
print("Testing generation of css-properties.json...")
|
||||
filename = path.join(topdir, "target", "doc", "servo", "css-properties.json")
|
||||
|
||||
if path.exists(filename):
|
||||
|
@ -675,3 +676,4 @@ def check_css_properties_json(topdir):
|
|||
assert len(properties) >= 100
|
||||
assert "margin-top" in properties
|
||||
assert "margin" in properties
|
||||
print("OK")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue