gtk2/testsuite/gsk/nodeparser/crash3.node
Benjamin Otte b6838cb9f4 testsuite: Add tests for the new node parsing code
This adds a test tool gsk/node-parser that takes node files and parses
them.

A few of these node files have been added, for crashes I encountered while
developing the new parsing code.
2019-05-05 07:18:39 +02:00

19 lines
243 B
Plaintext

cross-fade {
start: container {
color {
color: red;
bounds: 0 0 10 10;
}
color {
color: green;
bounds: 10 10 10 10;
}
}
end: color {
color: blue;
bounds: 5 5 10 10;
}
progress: 0.2;
}