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

5 lines
96 B
CSS
Raw Permalink Normal View History

2023-12-12 11:36:42 +01:00
#test {
/* The url should fail as early as possible */
background-image: url('data::::');
}