mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-06 19:00:12 +00:00
5 lines
96 B
CSS
5 lines
96 B
CSS
|
#test {
|
||
|
/* The url should fail as early as possible */
|
||
|
background-image: url('data::::');
|
||
|
}
|