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