4 lines
96 B
CSS
4 lines
96 B
CSS
#test {
|
|
/* The url should fail as early as possible */
|
|
background-image: url('data::::');
|
|
}
|