Move ResultWrapper subclasses to Rdbms
[mediawiki.git] / tests / phpunit / data / css / comments.css
blob744a14c730db65c9b9b505593505c42631aa8dd2
1 /* url expressions in comments should be ignored */
3 .selector { /*@noflip*/ background-image: /*@embed*/ url(not-commented.gif); }
5 /*
6 .selector { background-image: url(commented-out.gif); }
7 */