Add parsing tests for border-image shorthand

This commit is contained in:
Nazım Can Altınova 2016-11-13 02:04:01 +03:00
parent ace082b133
commit e408b0e75c
2 changed files with 89 additions and 0 deletions

View file

@ -62,6 +62,7 @@ macro_rules! parse_longhand {
}
mod basic_shape;
mod border;
mod font;
mod image;
mod inherited_text;