summaryrefslogtreecommitdiff
path: root/tests/staticfiles_tests/project/documents/cached
diff options
context:
space:
mode:
authorAndrew Nester <andrew.nester.dev@gmail.com>2016-07-12 15:20:39 +0300
committerTim Graham <timograham@gmail.com>2016-07-12 08:20:39 -0400
commit08ed3cc6d160d0d864ff687db9a62959a86e7372 (patch)
tree3bcef21414898c0b38cee550bf40c29b10cc5697 /tests/staticfiles_tests/project/documents/cached
parent82be474efa81e5f2e127d711045a2ec06b206a8e (diff)
Fixed #26671 -- Made HashedFilesMixin ignore the 'chrome' scheme.
Diffstat (limited to 'tests/staticfiles_tests/project/documents/cached')
-rw-r--r--tests/staticfiles_tests/project/documents/cached/css/ignored.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/staticfiles_tests/project/documents/cached/css/ignored.css b/tests/staticfiles_tests/project/documents/cached/css/ignored.css
index fe7b022215..83b1d5ebf8 100644
--- a/tests/staticfiles_tests/project/documents/cached/css/ignored.css
+++ b/tests/staticfiles_tests/project/documents/cached/css/ignored.css
@@ -3,6 +3,7 @@ body {
background: url("http:foobar");
background: url("https:foobar");
background: url("data:foobar");
+ background: url("chrome:foobar");
background: url("//foobar");
}