repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move ResultWrapper subclasses to Rdbms
[mediawiki.git]
/
tests
/
phpunit
/
data
/
css
/
comments.css
blob
744a14c730db65c9b9b505593505c42631aa8dd2
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
*/