summaryrefslogtreecommitdiff
path: root/tests/regressiontests/staticfiles_tests/project/documents/cached
diff options
context:
space:
mode:
authorFlorian Apolloner <florian@apolloner.eu>2013-02-26 09:53:47 +0100
committerFlorian Apolloner <florian@apolloner.eu>2013-02-26 14:36:57 +0100
commit89f40e36246100df6a11316c31a76712ebc6c501 (patch)
tree6e65639683ddaf2027908d1ecb1739e0e2ff853b /tests/regressiontests/staticfiles_tests/project/documents/cached
parentb3d2ccb5bfbaf6e7fe1f98843baaa48c35a70950 (diff)
Merged regressiontests and modeltests into the test root.
Diffstat (limited to 'tests/regressiontests/staticfiles_tests/project/documents/cached')
-rw-r--r--tests/regressiontests/staticfiles_tests/project/documents/cached/absolute.css4
-rw-r--r--tests/regressiontests/staticfiles_tests/project/documents/cached/css/fonts/font.eot1
-rw-r--r--tests/regressiontests/staticfiles_tests/project/documents/cached/css/fonts/font.svg1
-rw-r--r--tests/regressiontests/staticfiles_tests/project/documents/cached/css/fragments.css8
-rw-r--r--tests/regressiontests/staticfiles_tests/project/documents/cached/css/ignored.css8
-rw-r--r--tests/regressiontests/staticfiles_tests/project/documents/cached/css/img/window.pngbin207 -> 0 bytes
-rw-r--r--tests/regressiontests/staticfiles_tests/project/documents/cached/css/window.css3
-rw-r--r--tests/regressiontests/staticfiles_tests/project/documents/cached/denorm.css4
-rw-r--r--tests/regressiontests/staticfiles_tests/project/documents/cached/img/relative.pngbin207 -> 0 bytes
-rw-r--r--tests/regressiontests/staticfiles_tests/project/documents/cached/import.css1
-rw-r--r--tests/regressiontests/staticfiles_tests/project/documents/cached/other.css0
-rw-r--r--tests/regressiontests/staticfiles_tests/project/documents/cached/relative.css6
-rw-r--r--tests/regressiontests/staticfiles_tests/project/documents/cached/styles.css1
-rw-r--r--tests/regressiontests/staticfiles_tests/project/documents/cached/styles_insensitive.css1
-rw-r--r--tests/regressiontests/staticfiles_tests/project/documents/cached/url.css1
15 files changed, 0 insertions, 39 deletions
diff --git a/tests/regressiontests/staticfiles_tests/project/documents/cached/absolute.css b/tests/regressiontests/staticfiles_tests/project/documents/cached/absolute.css
deleted file mode 100644
index 54467a362d..0000000000
--- a/tests/regressiontests/staticfiles_tests/project/documents/cached/absolute.css
+++ /dev/null
@@ -1,4 +0,0 @@
-@import url("/static/cached/styles.css");
-body {
- background: #d3d6d8 url(/static/cached/img/relative.png);
-} \ No newline at end of file
diff --git a/tests/regressiontests/staticfiles_tests/project/documents/cached/css/fonts/font.eot b/tests/regressiontests/staticfiles_tests/project/documents/cached/css/fonts/font.eot
deleted file mode 100644
index 7c58b2e622..0000000000
--- a/tests/regressiontests/staticfiles_tests/project/documents/cached/css/fonts/font.eot
+++ /dev/null
@@ -1 +0,0 @@
-not really a EOT ;) \ No newline at end of file
diff --git a/tests/regressiontests/staticfiles_tests/project/documents/cached/css/fonts/font.svg b/tests/regressiontests/staticfiles_tests/project/documents/cached/css/fonts/font.svg
deleted file mode 100644
index 0282375915..0000000000
--- a/tests/regressiontests/staticfiles_tests/project/documents/cached/css/fonts/font.svg
+++ /dev/null
@@ -1 +0,0 @@
-not really a SVG ;) \ No newline at end of file
diff --git a/tests/regressiontests/staticfiles_tests/project/documents/cached/css/fragments.css b/tests/regressiontests/staticfiles_tests/project/documents/cached/css/fragments.css
deleted file mode 100644
index 540d54b88d..0000000000
--- a/tests/regressiontests/staticfiles_tests/project/documents/cached/css/fragments.css
+++ /dev/null
@@ -1,8 +0,0 @@
-@font-face {
- src: url('fonts/font.eot?#iefix') format('embedded-opentype'),
- url('fonts/font.svg#webfontIyfZbseF') format('svg');
- url('data:font/woff;charset=utf-8;base64,d09GRgABAAAAADJoAA0AAAAAR2QAAQAAAAAAAAAAAAA');
-}
-div {
- behavior: url("#default#VML");
-}
diff --git a/tests/regressiontests/staticfiles_tests/project/documents/cached/css/ignored.css b/tests/regressiontests/staticfiles_tests/project/documents/cached/css/ignored.css
deleted file mode 100644
index fe7b022215..0000000000
--- a/tests/regressiontests/staticfiles_tests/project/documents/cached/css/ignored.css
+++ /dev/null
@@ -1,8 +0,0 @@
-body {
- background: url("#foobar");
- background: url("http:foobar");
- background: url("https:foobar");
- background: url("data:foobar");
- background: url("//foobar");
-}
-
diff --git a/tests/regressiontests/staticfiles_tests/project/documents/cached/css/img/window.png b/tests/regressiontests/staticfiles_tests/project/documents/cached/css/img/window.png
deleted file mode 100644
index ba48325c0a..0000000000
--- a/tests/regressiontests/staticfiles_tests/project/documents/cached/css/img/window.png
+++ /dev/null
Binary files differ
diff --git a/tests/regressiontests/staticfiles_tests/project/documents/cached/css/window.css b/tests/regressiontests/staticfiles_tests/project/documents/cached/css/window.css
deleted file mode 100644
index 9fea4e8a5e..0000000000
--- a/tests/regressiontests/staticfiles_tests/project/documents/cached/css/window.css
+++ /dev/null
@@ -1,3 +0,0 @@
-body {
- background: #d3d6d8 url("img/window.png");
-} \ No newline at end of file
diff --git a/tests/regressiontests/staticfiles_tests/project/documents/cached/denorm.css b/tests/regressiontests/staticfiles_tests/project/documents/cached/denorm.css
deleted file mode 100644
index d6567b00dd..0000000000
--- a/tests/regressiontests/staticfiles_tests/project/documents/cached/denorm.css
+++ /dev/null
@@ -1,4 +0,0 @@
-@import url("..//cached///styles.css");
-body {
- background: #d3d6d8 url(img/relative.png );
-}
diff --git a/tests/regressiontests/staticfiles_tests/project/documents/cached/img/relative.png b/tests/regressiontests/staticfiles_tests/project/documents/cached/img/relative.png
deleted file mode 100644
index ba48325c0a..0000000000
--- a/tests/regressiontests/staticfiles_tests/project/documents/cached/img/relative.png
+++ /dev/null
Binary files differ
diff --git a/tests/regressiontests/staticfiles_tests/project/documents/cached/import.css b/tests/regressiontests/staticfiles_tests/project/documents/cached/import.css
deleted file mode 100644
index 6bc7ce04c4..0000000000
--- a/tests/regressiontests/staticfiles_tests/project/documents/cached/import.css
+++ /dev/null
@@ -1 +0,0 @@
-@import 'styles.css';
diff --git a/tests/regressiontests/staticfiles_tests/project/documents/cached/other.css b/tests/regressiontests/staticfiles_tests/project/documents/cached/other.css
deleted file mode 100644
index e69de29bb2..0000000000
--- a/tests/regressiontests/staticfiles_tests/project/documents/cached/other.css
+++ /dev/null
diff --git a/tests/regressiontests/staticfiles_tests/project/documents/cached/relative.css b/tests/regressiontests/staticfiles_tests/project/documents/cached/relative.css
deleted file mode 100644
index 95d1f4abb8..0000000000
--- a/tests/regressiontests/staticfiles_tests/project/documents/cached/relative.css
+++ /dev/null
@@ -1,6 +0,0 @@
-@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
diff --git a/tests/regressiontests/staticfiles_tests/project/documents/cached/styles.css b/tests/regressiontests/staticfiles_tests/project/documents/cached/styles.css
deleted file mode 100644
index ca28fc35cd..0000000000
--- a/tests/regressiontests/staticfiles_tests/project/documents/cached/styles.css
+++ /dev/null
@@ -1 +0,0 @@
-@import url("other.css"); \ No newline at end of file
diff --git a/tests/regressiontests/staticfiles_tests/project/documents/cached/styles_insensitive.css b/tests/regressiontests/staticfiles_tests/project/documents/cached/styles_insensitive.css
deleted file mode 100644
index 57904ad415..0000000000
--- a/tests/regressiontests/staticfiles_tests/project/documents/cached/styles_insensitive.css
+++ /dev/null
@@ -1 +0,0 @@
-@IMporT uRL("other.css"); \ No newline at end of file
diff --git a/tests/regressiontests/staticfiles_tests/project/documents/cached/url.css b/tests/regressiontests/staticfiles_tests/project/documents/cached/url.css
deleted file mode 100644
index 184e254004..0000000000
--- a/tests/regressiontests/staticfiles_tests/project/documents/cached/url.css
+++ /dev/null
@@ -1 +0,0 @@
-@import url("https://www.djangoproject.com/m/css/base.css"); \ No newline at end of file