Add a test to check the size of PropertyDeclaration

This commit is contained in:
Nazım Can Altınova 2017-02-08 23:46:33 +03:00 committed by Simon Sapin
parent 9eaf96b737
commit 9204f2aaad
2 changed files with 25 additions and 0 deletions

View file

@ -32,6 +32,7 @@ mod owning_handle;
mod parsing;
mod properties;
mod rule_tree;
mod size_of;
mod str;
mod stylesheets;
mod stylist;