diff options
Diffstat (limited to 'tests/regressiontests/staticfiles_tests/project/documents/cached/relative.css')
| -rw-r--r-- | tests/regressiontests/staticfiles_tests/project/documents/cached/relative.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/regressiontests/staticfiles_tests/project/documents/cached/relative.css b/tests/regressiontests/staticfiles_tests/project/documents/cached/relative.css index afa658dbeb..95d1f4abb8 100644 --- a/tests/regressiontests/staticfiles_tests/project/documents/cached/relative.css +++ b/tests/regressiontests/staticfiles_tests/project/documents/cached/relative.css @@ -1,5 +1,6 @@ @import url("../cached/styles.css"); @import url("absolute.css"); +@import url("absolute.css#eggs"); body { background: #d3d6d8 url(img/relative.png); }
\ No newline at end of file |
