summaryrefslogtreecommitdiff
path: root/tests/staticfiles_tests/project/documents/cached/css/ignored.css
blob: 70a8cb918a5d3f4ea12b8b3deff3ffcb7402534a (plain)
1
2
3
4
5
6
7
8
9
10
body {
    background: url("#foobar");
    background: url("http:foobar");
    background: url("https:foobar");
    background: url("data:foobar");
    background: url("chrome:foobar");
    background: url("//foobar");
    background: url();
}