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