blob: 744a14c730db65c9b9b505593505c42631aa8dd2 (
plain)
1
2
3
4
5
6
7
|
/* url expressions in comments should be ignored */
.selector { /*@noflip*/ background-image: /*@embed*/ url(not-commented.gif); }
/*
.selector { background-image: url(commented-out.gif); }
*/
|