Tests: Add tests for loading images from an imported style sheet

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".
This commit is contained in:
Sam Atkins 2025-04-10 17:06:09 +01:00
commit bf873a2d5b
Notes: github-actions[bot] 2025-04-15 09:30:39 +00:00
4 changed files with 41 additions and 0 deletions

View file

@ -0,0 +1,3 @@
#checkerboard {
background: url("2x2checkerboard.png");
}