summaryrefslogtreecommitdiff
path: root/tests/conform/scripts/test-script-child.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/conform/scripts/test-script-child.json')
-rw-r--r--tests/conform/scripts/test-script-child.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/conform/scripts/test-script-child.json b/tests/conform/scripts/test-script-child.json
new file mode 100644
index 000000000..5e8ac5242
--- /dev/null
+++ b/tests/conform/scripts/test-script-child.json
@@ -0,0 +1,21 @@
+{
+ "type" : "TestGroup",
+ "id" : "test-group",
+ "children" : [
+ {
+ "type" : "ClutterRectangle",
+ "id" : "test-rect-1",
+ "width" : 100.0,
+ "height" : 100.0,
+ "color" : [ 255, 0, 0, 255 ],
+ "child::focus" : true
+ },
+ {
+ "type" : "ClutterRectangle",
+ "id" : "test-rect-2",
+ "width" : 100.0,
+ "height" : 100.0,
+ "color" : [ 0, 255, 0, 255 ]
+ }
+ ]
+}