summaryrefslogtreecommitdiff
path: root/plugins/Minify/extlib/minify/min_unit_tests/_test_files/css/comments.css
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Minify/extlib/minify/min_unit_tests/_test_files/css/comments.css')
-rw-r--r--plugins/Minify/extlib/minify/min_unit_tests/_test_files/css/comments.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/Minify/extlib/minify/min_unit_tests/_test_files/css/comments.css b/plugins/Minify/extlib/minify/min_unit_tests/_test_files/css/comments.css
new file mode 100644
index 000000000..2ef9fac49
--- /dev/null
+++ b/plugins/Minify/extlib/minify/min_unit_tests/_test_files/css/comments.css
@@ -0,0 +1,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; }