rebase and fix tidiness lint

This commit is contained in:
Neck Varentsov 2017-02-26 22:52:51 +03:00
parent fd6718ec15
commit 89f96c0848

View file

@ -6,10 +6,9 @@ use cssparser::Parser;
use media_queries::CSSErrorReporterTest;
use servo_url::ServoUrl;
use style::parser::ParserContext;
use style::properties::longhands::{self, perspective_origin, transform_origin};
use style::stylesheets::Origin;
use style_traits::ToCss;
use style::properties::longhands;
use style::properties::longhands::{perspective_origin, transform_origin};
#[test]
fn test_clip() {