We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5641142 commit 6accc57Copy full SHA for 6accc57
tests/CSS/CSSTest.php
@@ -627,7 +627,7 @@ public static function dataProvider()
627
);
628
$tests[] = array(
629
'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%}',
+ 'p{background:#fff0 url(images/preloader.gif) no-repeat scroll 50% 50%}',
631
632
633
// https://github.com/matthiasmullie/minify/issues/191
0 commit comments