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:
Benjamin Otte 2019-03-28 00:39:36 +01:00
parent 2e67c2eb8f
commit d4df5211f3

View File

@ -10,6 +10,10 @@ toolbar {
border-radius: 0;
}
grid {
background-color: #000;
}
grid * {
background-color: lime;
border-style: none;