summaryrefslogtreecommitdiff
path: root/plugins/Minify/extlib/minify/min_unit_tests/_test_files/css/comments.css
blob: 2ef9fac4986ee7e3cb7870d0255404dffbe633c2 (plain)
1
2
3
4
5
6
7
8
9

/* block comments get removed */

/*! YUI Compressor style comments are preserved */

/* but all other comments are removed */

/* comments that have any surrounding whitespace are replaced by a single space. */
body{ background:#fff/*eef*/ url(/path/to/image.gif) repeat-y; }