summaryrefslogtreecommitdiff
path: root/tests/staticfiles_tests/project/documents/cached/absolute.css
diff options
context:
space:
mode:
Diffstat (limited to 'tests/staticfiles_tests/project/documents/cached/absolute.css')
-rw-r--r--tests/staticfiles_tests/project/documents/cached/absolute.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/staticfiles_tests/project/documents/cached/absolute.css b/tests/staticfiles_tests/project/documents/cached/absolute.css
new file mode 100644
index 0000000000..54467a362d
--- /dev/null
+++ b/tests/staticfiles_tests/project/documents/cached/absolute.css
@@ -0,0 +1,4 @@
+@import url("/static/cached/styles.css");
+body {
+ background: #d3d6d8 url(/static/cached/img/relative.png);
+} \ No newline at end of file