We previously had no coverage for the situation of "relative-linking to an image in a style sheet which isn't in the same directory as the document".
3 lines
62 B
CSS
3 lines
62 B
CSS
#checkerboard {
|
|
background: url("2x2checkerboard.png");
|
|
}
|