Learning_GTK4_tree/testsuite/reftests/css-image-broken-url.css

5 lines
96 B
CSS

#test {
/* The url should fail as early as possible */
background-image: url('data::::');
}