Fix the unit tests to make use of local ToCss

This commit is contained in:
Ravi Shankar 2016-11-06 21:26:26 +05:30
parent 6061985898
commit 5ac1c11e9e
8 changed files with 20 additions and 15 deletions

View file

@ -4,6 +4,7 @@
use parsing::parse;
use style::values::specified::position::*;
use style_traits::ToCss;
#[test]
fn test_position() {