mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
rebase and fix tidiness lint
This commit is contained in:
parent
fd6718ec15
commit
89f96c0848
1 changed files with 1 additions and 2 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue