mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-25 11:48:06 +00:00
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:
parent
aebbb008c1
commit
bf873a2d5b
Notes:
github-actions[bot]
2025-04-15 09:30:39 +00:00
Author: https://github.com/AtkinsSJ
Commit: bf873a2d5b
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4319
4 changed files with 41 additions and 0 deletions
3
Tests/LibWeb/Ref/data/checkerboard-background.css
Normal file
3
Tests/LibWeb/Ref/data/checkerboard-background.css
Normal file
|
@ -0,0 +1,3 @@
|
|||
#checkerboard {
|
||||
background: url("2x2checkerboard.png");
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue