mirror of
https://github.com/servo/servo.git
synced 2025-08-09 23:45:35 +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 media_queries::CSSErrorReporterTest;
|
||||||
use servo_url::ServoUrl;
|
use servo_url::ServoUrl;
|
||||||
use style::parser::ParserContext;
|
use style::parser::ParserContext;
|
||||||
|
use style::properties::longhands::{self, perspective_origin, transform_origin};
|
||||||
use style::stylesheets::Origin;
|
use style::stylesheets::Origin;
|
||||||
use style_traits::ToCss;
|
use style_traits::ToCss;
|
||||||
use style::properties::longhands;
|
|
||||||
use style::properties::longhands::{perspective_origin, transform_origin};
|
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn test_clip() {
|
fn test_clip() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue