efl/src/tests/edje/tests/edje_inherit_nearest.edc

29 lines
535 B
Plaintext

collections
{
group
{
name: "test";
min:200 200;
parts
{
part
{
name: "bug";
type: RECT;
description
{
state: "default" 0;
min:50 50;
max: 50 50;
color: 255 255 0 255;
}
description
{
state: "inherit-test" 0;
inherit: "default" 1; // edje_cc should throw error or warning.
}
}
}
}
}