summaryrefslogtreecommitdiff
path: root/tests/phpunit/data/css/comments.css
diff options
context:
space:
mode:
Diffstat (limited to 'tests/phpunit/data/css/comments.css')
-rw-r--r--tests/phpunit/data/css/comments.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/phpunit/data/css/comments.css b/tests/phpunit/data/css/comments.css
new file mode 100644
index 00000000..744a14c7
--- /dev/null
+++ b/tests/phpunit/data/css/comments.css
@@ -0,0 +1,7 @@
+/* url expressions in comments should be ignored */
+
+.selector { /*@noflip*/ background-image: /*@embed*/ url(not-commented.gif); }
+
+/*
+.selector { background-image: url(commented-out.gif); }
+*/