gtk/testsuite/reftests/data-url.css

4 lines
108 B
CSS
Raw Normal View History

2019-05-09 01:11:48 +00:00
.background {
background: red url('data:,<svg><rect width="20" height="20" style="fill:lime"/></svg>');
}