gtk/testsuite/gsk/compare/empty-container.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

9 lines
144 B
Plaintext

container { }
/* We need to contain something because 0x0 nodes
cause NULL textures */
color {
bounds: -1 -1 1 1;
color: transparent;
}