chromium/third_party/blink/web_tests/http/tests/misc/svg-image-in-content.html

<!doctype html>
<style>
body { margin: 0 }
.tst span::after {
    display: block;
    width: 100px;
    height: 100px;
    content: url(resources/svg-no-store.pl);
}
</style>
<title>Test SVG background icons</title>
<span class="tst"><span/></span>