summaryrefslogtreecommitdiff
path: root/tests/conform/scripts/test-script-single.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/conform/scripts/test-script-single.json')
-rw-r--r--tests/conform/scripts/test-script-single.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/conform/scripts/test-script-single.json b/tests/conform/scripts/test-script-single.json
new file mode 100644
index 000000000..e20a318df
--- /dev/null
+++ b/tests/conform/scripts/test-script-single.json
@@ -0,0 +1,10 @@
+{
+ "type" : "ClutterRectangle",
+ "id" : "test",
+ "width" : 50.0,
+ "height" : 100.0,
+ "x" : 100.0,
+ "y" : 100.0,
+ "color" : "#ffccdd",
+ "name" : "Test Rectangle"
+}