Strip comments before gathering url(...) refs in CSS
authorElliott Eggleston <ejegg@ejegg.com>
Sat, 19 Sep 2015 19:32:09 +0000 (15:32 -0400)
committerElliott Eggleston <ejegg@ejegg.com>
Sat, 19 Sep 2015 20:10:53 +0000 (16:10 -0400)
commitc737e48d7f0ae02b512b0a0c1223a2114974daf6
treec4084e0edf8a33c08705b837320798de589cea82
parent59ebff658ce912c1b0e7ef8d8f9bfec5a4e17b39
Strip comments before gathering url(...) refs in CSS

Change I5a3cdeb7d53485f161ccf8133e76850cdf5b4579 introduced tests
for existence of all local files referenced in CSS.  It's currently
failing changes even when the referenced files have been commented
out.  This change ensures that commented-out files are not included
in the testing list.

Change-Id: I2ad74c13a9cf36e96a7d7451bf229856bcd18422
includes/libs/CSSMin.php
tests/phpunit/data/css/comments.css [new file with mode: 0644]
tests/phpunit/structure/ResourcesTest.php