mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 20:15:17 +00:00
Tests: Correct image URL for border-radius screenshot test
I missed these in b7efb61fbe
This commit is contained in:
parent
86859b77a2
commit
5c5e9b3d1b
Notes:
github-actions[bot]
2025-02-12 13:50:05 +00:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/LadybirdBrowser/ladybird/commit/5c5e9b3d1b4 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3550
2 changed files with 2 additions and 2 deletions
Binary file not shown.
Before Width: | Height: | Size: 364 KiB After Width: | Height: | Size: 334 KiB |
|
@ -238,11 +238,11 @@
|
|||
}
|
||||
|
||||
.image {
|
||||
background: center/contain url(car.png) content-box
|
||||
background: center/contain url(../data/car.png) content-box
|
||||
}
|
||||
|
||||
.image-layers {
|
||||
background: center/contain url(car.png) content-box, center/contain url(../data/car.png)
|
||||
background: center/contain url(../data/car.png) content-box, center/contain url(../data/car.png)
|
||||
}
|
||||
|
||||
.box-background-clip {
|
||||
|
|
Loading…
Add table
Reference in a new issue