mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 12:20:00 +01:00
Tests: Correct image URL for border-radius screenshot test
I missed these in b7efb61fbe
This commit is contained in:
parent
86859b77a2
commit
5c5e9b3d1b
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…
Reference in New Issue
Block a user