gtk/testsuite/gsk/nodeparser/crash3.ref.node
Matthias Clasen efb5e793a4 nodeparser: Change the serialization
Arrange things so that non-child parameters
are always printed before the children. This
greatly helps with readability, which really
suffers when there's hundreds of lines of indented
children between the node start and its parameters.

Update all affected tests.
2021-04-02 20:38:32 -04:00

18 lines
266 B
Plaintext

cross-fade {
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);
}
}
end: color {
bounds: 5 5 10 10;
color: rgb(0,0,255);
}
}