summaryrefslogtreecommitdiff
path: root/tests/staticfiles_tests/project/documents/cached/data_uri_with_nested_url.css
blob: 86e64e9498355f27382d77c9a132e5a0e391ecdf (plain)
1
2
3
#example {
    background-image: url("data:image/svg+xml,url(%23b) url(%23c)");
}