mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
da5de1ba99
Testcase included The code was writing invalid memory, so this might not have always crashed, but I did my best to write the test so it causes a SEGV. Also included is a fix for the testsuite where the expected result was wrong.
15 lines
219 B
Plaintext
15 lines
219 B
Plaintext
shadow {
|
|
shadows: rgb(0,0,0) 22 0;
|
|
child: color {
|
|
bounds: 0 0 50 50;
|
|
color: rgb(255,0,204);
|
|
}
|
|
}
|
|
shadow {
|
|
shadows: rgb(0,0,0) 1 1;
|
|
child: color {
|
|
bounds: 0 0 50 50;
|
|
color: rgb(255,0,204);
|
|
}
|
|
}
|