gtk/testsuite/gsk/nodeparser/empty-linear-gradient.ref.node
Benjamin Otte b37c2216fc testsuite: Add empty node tests
For every node type, add a test that creates it empty and ensure that
it prints the reference output.
2019-05-21 06:43:59 +02:00

7 lines
113 B
Plaintext

linear-gradient {
bounds: 0 0 50 50;
end: 0 50;
start: 0 0;
stops: 0 rgb(170,255,0), 1 rgb(255,0,204);
}