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