Tests: Correct image URL for border-radius screenshot test

I missed these in b7efb61fbe
This commit is contained in:
Sam Atkins 2025-02-12 11:51:42 +00:00
parent 86859b77a2
commit 5c5e9b3d1b
Notes: github-actions[bot] 2025-02-12 13:50:05 +00:00
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

View file

@ -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 {