gtk2/testsuite/gsk/nodeparser/crash3.ref.node
Benjamin Otte 0fd0be4f9a testsuite: Redo node-parser
Base the rewrite on testsuite/css/parser/test-css-parser - we now
require the node file to match a reference node and track the errors it
triggers.
We also no longer use gtester.
2019-05-21 06:43:59 +02:00

18 lines
266 B
Plaintext

cross-fade {
end: color {
bounds: 5 5 10 10;
color: rgb(0,0,255);
}
progress: 0.2;
start: container {
color {
bounds: 0 0 10 10;
color: rgb(255,0,0);
}
color {
bounds: 10 10 10 10;
color: rgb(0,128,0);
}
}
}