diff options
| author | Florian Apolloner <florian@apolloner.eu> | 2013-02-26 09:53:47 +0100 |
|---|---|---|
| committer | Florian Apolloner <florian@apolloner.eu> | 2013-02-26 14:36:57 +0100 |
| commit | 89f40e36246100df6a11316c31a76712ebc6c501 (patch) | |
| tree | 6e65639683ddaf2027908d1ecb1739e0e2ff853b /tests/regressiontests/staticfiles_tests/project/documents/cached | |
| parent | b3d2ccb5bfbaf6e7fe1f98843baaa48c35a70950 (diff) | |
Merged regressiontests and modeltests into the test root.
Diffstat (limited to 'tests/regressiontests/staticfiles_tests/project/documents/cached')
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 Binary files differdeleted file mode 100644 index ba48325c0a..0000000000 --- a/tests/regressiontests/staticfiles_tests/project/documents/cached/css/img/window.png +++ /dev/null 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 Binary files differdeleted file mode 100644 index ba48325c0a..0000000000 --- a/tests/regressiontests/staticfiles_tests/project/documents/cached/img/relative.png +++ /dev/null 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 |
