summaryrefslogtreecommitdiff
path: root/src/tests/clutter/conform/scripts/test-script-child.json
blob: f23208a79bb0ff8e78230c96841c4b81aa2e7947 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "type" : "TestGroup",
  "id" : "test-group",
  "children" : [
    {
      "type" : "ClutterActor",
      "id" : "test-rect-1",
      "width" : 100.0,
      "height" : 100.0,
      "background-color" : [ 255, 0, 0, 255 ],
      "child::focus" : true
    },
    {
      "type" : "ClutterActor",
      "id" : "test-rect-2",
      "width" : 100.0,
      "height" : 100.0,
      "background-color" : [ 0, 255, 0, 255 ]
    }
  ]
}