Strip comments before gathering url(...) refs in CSS
[lhc/web/wiklou.git] / tests / phpunit / data / css / comments.css
1 /* url expressions in comments should be ignored */
2
3 .selector { /*@noflip*/ background-image: /*@embed*/ url(not-commented.gif); }
4
5 /*
6 .selector { background-image: url(commented-out.gif); }
7 */