Auto merge of #10855 - servo:unit, r=nox

Make css-properties.json checking a proper unit test.

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10855)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-04-28 07:16:57 -07:00
commit 55d14ffe00
5 changed files with 57 additions and 24 deletions

View file

@ -20,3 +20,4 @@ euclid = {version = "0.6.4", features = ["plugins"]}
selectors = {version = "0.5", features = ["heap_size"]}
string_cache = {version = "0.2.12", features = ["heap_size"]}
url = {version = "1.0.0", features = ["heap_size"]}
rustc-serialize = "0.3"