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, 0 insertions, 9 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
deleted file mode 100644
index 2ef9fac49..000000000
--- a/plugins/Minify/extlib/minify/min_unit_tests/_test_files/css/comments.css
+++ /dev/null
@@ -1,9 +0,0 @@
-
-/* 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; }