summaryrefslogtreecommitdiff
path: root/tests/regressiontests/staticfiles_tests/project
diff options
context:
space:
mode:
authorAleksandra Sendecka <asendecka@hauru.eu>2013-02-23 22:39:37 +0100
committerAleksandra Sendecka <asendecka@hauru.eu>2013-02-23 23:05:22 +0100
commit32a7ab21482ef06f7e01a70fad8495f659c4d29f (patch)
treedc111c7db6798b93460a8e7ddec573e9bb034977 /tests/regressiontests/staticfiles_tests/project
parent1c11ee63459c4362affbd6a20f2ddf9c2ecd8dce (diff)
Fixed #19526
CSS specifications governs that syntax is case insensitive. This modifies CachedFilesMixin to support that.
Diffstat (limited to 'tests/regressiontests/staticfiles_tests/project')
-rw-r--r--tests/regressiontests/staticfiles_tests/project/documents/cached/styles_insensitive.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/regressiontests/staticfiles_tests/project/documents/cached/styles_insensitive.css b/tests/regressiontests/staticfiles_tests/project/documents/cached/styles_insensitive.css
new file mode 100644
index 0000000000..57904ad415
--- /dev/null
+++ b/tests/regressiontests/staticfiles_tests/project/documents/cached/styles_insensitive.css
@@ -0,0 +1 @@
+@IMporT uRL("other.css"); \ No newline at end of file