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.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/staticfiles_tests/project/documents/cached/absolute.css b/tests/staticfiles_tests/project/documents/cached/absolute.css
index 03f2ae791a..6a2040b413 100644
--- a/tests/staticfiles_tests/project/documents/cached/absolute.css
+++ b/tests/staticfiles_tests/project/documents/cached/absolute.css
@@ -1,4 +1,5 @@
@import url("/static/cached/styles.css");
+@import url("/static/styles_root.css");
body {
background: #d3d6d8 url(/static/cached/img/relative.png);
}