@svg-load test url(foo.svg) {
  fill: red;
}
.foo {
  background: svg-inline(test);
}
