forked from AuroraMiddleware/gtk
reftests: Fix border-image-excess-size.ui test
The old reftests drew an opaque image, the new image is transparent. This test drew the reference image as black and the test as transparent black, and those are now different.
This commit is contained in:
parent
2e67c2eb8f
commit
d4df5211f3
@ -10,6 +10,10 @@ toolbar {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
grid {
|
||||
background-color: #000;
|
||||
}
|
||||
|
||||
grid * {
|
||||
background-color: lime;
|
||||
border-style: none;
|
||||
|
Loading…
Reference in New Issue
Block a user