summaryrefslogtreecommitdiff
path: root/tests/conform/scripts/test-script-object-property.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/conform/scripts/test-script-object-property.json')
-rw-r--r--tests/conform/scripts/test-script-object-property.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/conform/scripts/test-script-object-property.json b/tests/conform/scripts/test-script-object-property.json
new file mode 100644
index 000000000..18a02fb8b
--- /dev/null
+++ b/tests/conform/scripts/test-script-object-property.json
@@ -0,0 +1,13 @@
+{
+ "id" : "test",
+ "type" : "ClutterBox",
+ "layout-manager" : { "id" : "layout", "type" : "ClutterBinLayout" },
+ "children" : [
+ {
+ "id" : "child-1",
+ "type" : "ClutterRectangle",
+ "width" : "3 em",
+ "height" : "3 em"
+ }
+ ]
+}