Learning_GTK4_tree/testsuite/reftests/data-url.css

4 lines
108 B
CSS
Raw Normal View History

2023-12-12 11:36:42 +01:00
.background {
background: red url('data:,<svg><rect width="20" height="20" style="fill:lime"/></svg>');
}