summaryrefslogtreecommitdiff
path: root/tests/staticfiles_tests/project/documents/cached
diff options
context:
space:
mode:
Diffstat (limited to 'tests/staticfiles_tests/project/documents/cached')
-rw-r--r--tests/staticfiles_tests/project/documents/cached/source_map.css2
-rw-r--r--tests/staticfiles_tests/project/documents/cached/source_map.css.map1
-rw-r--r--tests/staticfiles_tests/project/documents/cached/source_map_sensitive.css2
3 files changed, 5 insertions, 0 deletions
diff --git a/tests/staticfiles_tests/project/documents/cached/source_map.css b/tests/staticfiles_tests/project/documents/cached/source_map.css
new file mode 100644
index 0000000000..dcd65da596
--- /dev/null
+++ b/tests/staticfiles_tests/project/documents/cached/source_map.css
@@ -0,0 +1,2 @@
+* {outline: 1px solid red;}
+/*# sourceMappingURL=source_map.css.map */
diff --git a/tests/staticfiles_tests/project/documents/cached/source_map.css.map b/tests/staticfiles_tests/project/documents/cached/source_map.css.map
new file mode 100644
index 0000000000..9e26dfeeb6
--- /dev/null
+++ b/tests/staticfiles_tests/project/documents/cached/source_map.css.map
@@ -0,0 +1 @@
+{} \ No newline at end of file
diff --git a/tests/staticfiles_tests/project/documents/cached/source_map_sensitive.css b/tests/staticfiles_tests/project/documents/cached/source_map_sensitive.css
new file mode 100644
index 0000000000..a1b23bb316
--- /dev/null
+++ b/tests/staticfiles_tests/project/documents/cached/source_map_sensitive.css
@@ -0,0 +1,2 @@
+* {outline: 1px solid red;}
+/*# sOuRcEMaPpInGURL=source_map.css.map */