Skip to content

Commit 6accc57

Browse files
Fix test for #389
1 parent 5641142 commit 6accc57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CSS/CSSTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ public static function dataProvider()
627627
);
628628
$tests[] = array(
629629
'p{background: transparent url(images/preloader.gif) no-repeat scroll 50% 50%;}',
630-
'p{background:transparent url(images/preloader.gif) no-repeat scroll 50% 50%}',
630+
'p{background:#fff0 url(images/preloader.gif) no-repeat scroll 50% 50%}',
631631
);
632632

633633
// https://github.com/matthiasmullie/minify/issues/191

0 commit comments

Comments
 (0)