mirror of
https://github.com/matthiasmullie/minify.git
synced 2025-02-22 23:12:42 +01:00
Add tests for issue #103
This commit is contained in:
parent
42bcd8c16e
commit
c7ac2ecd40
@ -401,6 +401,12 @@ only screen and (min-device-pixel-ratio: 1.5) {
|
||||
'@media (min-width:320px){p{background-color:red}}@media (min-width:1281px){p{background-color:blue}}',
|
||||
);
|
||||
|
||||
// https://github.com/matthiasmullie/minify/issues/103
|
||||
$tests[] = array(
|
||||
'background:url(http://example.com/test.png);',
|
||||
'background:url(http://example.com/test.png);',
|
||||
);
|
||||
|
||||
return $tests;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user