Add roundtrip parsing tests for basic_shape/position

This commit is contained in:
Manish Goregaokar 2016-08-02 12:22:16 +05:30
parent 973796b989
commit c6feae3c5c
No known key found for this signature in database
GPG key ID: 3BBF4D3E2EF79F98
4 changed files with 157 additions and 1 deletions

View file

@ -21,6 +21,7 @@ mod attr;
mod cache;
mod logical_geometry;
mod media_queries;
mod parsing;
mod properties;
mod str;
mod stylesheets;