gtk/testsuite/reftests/border-image-excess-size.css
Benjamin Otte d4df5211f3 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.
2019-03-29 09:56:52 +01:00

22 lines
336 B
CSS

@import "reset-to-defaults.css";
toolbar {
border-image: url("green-20x20.png") 5000;
background-image: none;
background-color: #000;
border-style: solid;
border-width: 1px;
padding: 0;
border-radius: 0;
}
grid {
background-color: #000;
}
grid * {
background-color: lime;
border-style: none;
border-width: 0;
}