gtk/testsuite/reftests/data-url.css
2019-05-12 17:27:01 +02:00

4 lines
108 B
CSS

.background {
background: red url('data:,<svg><rect width="20" height="20" style="fill:lime"/></svg>');
}