forked from AuroraMiddleware/gtk
0fd0be4f9a
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.
18 lines
266 B
Plaintext
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);
|
|
}
|
|
}
|
|
}
|