summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-values/urls/support/empty-urls.css
blob: 0559e3b2352519e00cc5196dc99a6ab69e8ae90e (plain)
1
2
3
4
5
6
7
8
9
#external-unquoted {
    background-image: url();
    cursor: url(), pointer;
}

#external-quoted {
    background-image: url("");
    cursor: url(""), pointer;
}