gtk2/testsuite/gsk/compare/empty-opacity.node
Benjamin Otte 0a32305f01 testsuite: Add render tests for all the empty nodes
Test that rendering empty nodes succees. For a lot of nodes the
resulting rendering isn't clearly defined, in those cases we overdraw
those regions (sometimes the whole image) with black.
2019-05-21 06:43:59 +02:00

10 lines
251 B
Plaintext

opacity { }
/* This is not very useful as a test, because the
resulting color is undefined, because 0.5 * 255
can be rounded to either 127 or 128 by the renderers.
But at least we know they get the size right... */
color {
color: black;
}