summaryrefslogtreecommitdiff
path: root/src/tests/clutter/conform/scripts/test-script-child.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/clutter/conform/scripts/test-script-child.json')
-rw-r--r--src/tests/clutter/conform/scripts/test-script-child.json21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/tests/clutter/conform/scripts/test-script-child.json b/src/tests/clutter/conform/scripts/test-script-child.json
deleted file mode 100644
index f23208a79..000000000
--- a/src/tests/clutter/conform/scripts/test-script-child.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "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 ]
- }
- ]
-}