Add tests for background shorthand parsing.

This commit is contained in:
Lin Clark 2016-11-16 19:52:54 -05:00
parent 696b806284
commit 9f49da9f55
2 changed files with 126 additions and 0 deletions

View file

@ -61,6 +61,7 @@ macro_rules! parse_longhand {
}};
}
mod background;
mod basic_shape;
mod border;
mod font;