diff options
| author | Aleksandra Sendecka <asendecka@hauru.eu> | 2013-02-23 22:39:37 +0100 |
|---|---|---|
| committer | Aleksandra Sendecka <asendecka@hauru.eu> | 2013-02-23 23:05:22 +0100 |
| commit | 32a7ab21482ef06f7e01a70fad8495f659c4d29f (patch) | |
| tree | dc111c7db6798b93460a8e7ddec573e9bb034977 /tests/regressiontests/staticfiles_tests/project | |
| parent | 1c11ee63459c4362affbd6a20f2ddf9c2ecd8dce (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.css | 1 |
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 |
